mute static method

Future<void> mute()

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();
}