muteLocalVideoStream abstract method
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);