muteLocalVideo method

void muteLocalVideo(
  1. int streamType,
  2. bool mute
)

Implementation

void muteLocalVideo(int streamType, bool mute) {
  _trtcFFIBindings.mute_local_video(_trtcsharedInstanceNativePointer, streamType, mute);
}