muteLocalVideo abstract method

Future<VoidResult> muteLocalVideo(
  1. bool muted
)

Mutes or unmutes the local video stream.

Implementation

Future<VoidResult> muteLocalVideo(bool muted);