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