mute_local_video method

int mute_local_video(
  1. trtc_cloud instance,
  2. int stream_type,
  3. bool mute
)

4.5

Implementation

int mute_local_video(
  trtc_cloud instance,
  int stream_type,
  bool mute,
) {
  return _mute_local_video(
    instance,
    stream_type,
    mute,
  );
}