unMute static method
Unmute. When unmute, the other party can hear your voice. When you call unmute, the other party will receive a ChatCallKitObserver.onUserMuteAudio callback.
Implementation
static Future<void> unMute() {
return _impl.unMute();
}