How can I get the participant's microphone level?

Is there any way to get level for specific participant?

Hi @anton.yereshchenko, thanks for the post.

Unfortunately, we do not support adjusting audio levels per-participant. The ZoomSDKUserInfo class contains all available information for each participant. Through this class, you may obtain the audio status of the user with the getAudioStatus function. There is some other audio-related functionality available through this class. Please see our reference documentation for more information.

Thanks!

1 Like