mute_all_remote_audio method

int mute_all_remote_audio(
  1. trtc_cloud instance,
  2. bool mute
)

5.5

Implementation

int mute_all_remote_audio(
  trtc_cloud instance,
  bool mute,
) {
  return _mute_all_remote_audio(
    instance,
    mute,
  );
}