userMuteAudio property

  1. @Deprecated('')
UidWithMutedCallback? userMuteAudio
getter/setter pair

Occurs when a remote user (in the communication profile)/ host (in the live streaming profile) joins the channel. The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the muteLocalAudioStream method. This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming profile) in the channel exceeds 17.

Param uid User ID.

Param muted Whether the remote user's audio stream is muted/unmuted: true: Muted. false: Unmuted.

Implementation

@Deprecated('')
UidWithMutedCallback? userMuteAudio;