userMuteVideo property

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

Occurs when a remote user's video stream playback pauses/resumes. The SDK triggers this callback when the remote user stops or resumes sending the video stream by calling the muteLocalVideoStream method. This callback does not work properly when the number of users (in the COMMUNICATION profile) or hosts (in the LIVE_BROADCASTING profile) in the channel exceeds 17.

Param uid The ID of the remote user.

Param muted Whether the remote user's video stream playback is paused/resumed: true: Paused. false: Resumed.

Implementation

@Deprecated('')
UidWithMutedCallback? userMuteVideo;