Audio Setting Adjustment via Meeting Web SDK

Use case flow:
We are launching meeting sdk on the UI of our custom app. When our user launches the UI of our app, the zoom client view runs on that app to provide an experience to the user that they are in the meeting but via our custom UI. One of the features we have built on our UI is for the user to have the ability to adjust the audio settings (Mic and Speaker). To achieve this, we are fetching the audio option menu element by element id audioOptionMenu from zoom html code in our app and then we are appending this element to our div container to allow user to click on an audio setting button and use the native zoom menu to change the audio settings.

Issue:
With the upgrade to 3.7.0, the user can open the menu but is not able to change the value of the mic or speaker.

Feature Request:
We need 2 methods to achieve this ability

  1. Method to fetch the audio device connected i.e list of mic and speaker devices
  2. Method to change the mic and speaker