Skip to content

Detect whether a user is speaking while muted #59

Description

@hilalalhakani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions