AgoraRtcEngine_iOS icon indicating copy to clipboard operation
AgoraRtcEngine_iOS copied to clipboard

Detect whether a user is speaking while muted

Open hilalalhakani opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I wanna provide a feedback if the user is speaking and doesnt notice he is muted.

image

Describe alternatives you've considered I've tried listening to the reportAudioVolumeIndicationOfSpeakers, but it doesn't return the host with a positive volume when they are muted.

I tried using the following for muting the host • agoraRTCEngineKit.enableAudio() and disableAudio() • agoraRTCEngineKit.enableLocalAudio(isOn) • agoraRTCEngineKit.muteLocalAudioStream(!isOn)

In all cases, the speakers array in the reportAudioVolumeIndicationOfSpeakers remains empty, except for the second case, where I keep receiving a volume of 0 for the host while speaking

hilalalhakani avatar Sep 05 '24 08:09 hilalalhakani