muteAllRemoteVideoStreams property Null safety

bool? muteAllRemoteVideoStreams
read / write

Stops/Resumes receiving all remote audio streams.

Parameter Determines whether to receive/stop receiving all remote audio streams:

  • true: Stop receiving all remote audio streams.
  • false: (Default) Receive all remote audio streams.

Implementation

bool? muteAllRemoteVideoStreams;