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() {
tools.log("ChatCallKitManager:mute called");
return _impl.mute();
}