userMuteVideo property
Occurs when a remote user stops/resumes sending the video stream.
Deprecated This callback is deprecated. Use the RtcEngineEventHandler.remoteVideoStateChanged callback with the following parameters for the same function:
- VideoRemoteState.Stopped and VideoRemoteStateReason.RemoteMuted.
- VideoRemoteState.Decoding and VideoRemoteStateReason.RemoteUnmuted.
The SDK triggers this callback when the remote user stops or resumes sending the video stream by calling the RtcEngine.muteLocalVideoStream 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? userMuteVideo;