You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: