mute static method
Mute, mute the other party can not hear you, when you mute, the other party will receive ChatCallKitObserver.onUserMuteAudio callback.
Implementation
static Future<void> mute() {
return _impl.mute();
}
Mute, mute the other party can not hear you, when you mute, the other party will receive ChatCallKitObserver.onUserMuteAudio callback.
static Future<void> mute() {
return _impl.mute();
}