muteLocalVideoStream abstract method

Future<void> muteLocalVideoStream(
  1. bool muted
)

Stops or resumes publishing the local video stream.

Param muted Whether to stop publishing the local video stream. true: Stop publishing the local video stream. false: (Default) Publish the local video stream.

Implementation

Future<void> muteLocalVideoStream(bool muted);