Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect whether a user is speaking while muted #59

Open
hilalalhakani opened this issue Sep 5, 2024 · 0 comments
Open

Detect whether a user is speaking while muted #59

hilalalhakani opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hilalalhakani
Copy link

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 hilalalhakani added the bug Something isn't working label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant