muteLocalVideoStream abstract method

Future<int> muteLocalVideoStream(
  1. bool mute, {
  2. int streamType = NERtcVideoStreamType.main,
})

Implementation

Future<int> muteLocalVideoStream(bool mute,
    {int streamType = NERtcVideoStreamType.main});