muteAllRemoteVideoStreams method
Implementation
void muteAllRemoteVideoStreams(bool mute) {
_trtcFFIBindings.mute_all_remote_video_streams(_trtcsharedInstanceNativePointer, mute);
}
void muteAllRemoteVideoStreams(bool mute) {
_trtcFFIBindings.mute_all_remote_video_streams(_trtcsharedInstanceNativePointer, mute);
}