userMuteAudio property
Occurs when a remote user stops/resumes sending the audio stream.
Deprecated Use the RtcEngineEventHandler.remoteAudioStateChanged callback with the following parameters instead:
- VideoRemoteState.Stopped and VideoRemoteStateReason.RemoteMuted.
- VideoRemoteState.Decoding and VideoRemoteStateReason.RemoteUnmuted.
The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the RtcEngine.muteLocalAudioStream method.
Note
- This callback is invalid when the number of users or broadcasters in the channel exceeds 17.
The UidWithMutedCallback
typedef includes the following parameters:
Implementation
@deprecated
UidWithMutedCallback? userMuteAudio;