muteAllRemoteVideoStreams abstract method

Future<void> muteAllRemoteVideoStreams(
  1. bool muted
)

Stops or resumes subscribing to the video streams of all remote users. As of v3.3.0, after successfully calling this method, the local user stops or resumes subscribing to the video streams of all remote users, including all subsequent users. Call this method after joining a channel. See recommended settings in Set the Subscribing State.

Param muted Whether to stop subscribing to the video streams of all remote users. true: Stop subscribing to the video streams of all remote users. false: (Default) Subscribe to the audio streams of all remote users by default.

Implementation

Future<void> muteAllRemoteVideoStreams(bool muted);