Zoom Video SDK: Issue with Listing and Selecting Microphones | Community
Skip to main content
Newcomer
November 28, 2024
Question

Zoom Video SDK: Issue with Listing and Selecting Microphones

  • November 28, 2024
  • 0 replies
  • 0 views

Hi,

While developing with Zoom Video SDK, I need to list available microphones and select a specific microphone during a meeting. In the documentation, I came across the following methods:

  • us.zoom.internal.IZoomVideoSDKAudioHelper: int selectMic(long, java.lang.String, java.lang.String)
  • us.zoom.internal.IZoomVideoSDKAudioHelper: java.util.List getMicList(long)

However, I couldn't find or use these methods in the ZoomVideoSDKAudioHelper and ZoomVideoSDKAudioHelperImpl classes.

Is it possible to list and select microphones through these classes? If not, is there any alternative method or solution to achieve this functionality?

Thank you!