closeMicrophone method
Implementation
Future<void> closeMicrophone([bool notify = true]) async {
CallKitUILog.i(_tag, 'closeMicrophone notify = $notify');
NECallEngine.instance.muteLocalAudio(true);
CallState.instance.isMicrophoneMute = true;
_syncCallStateToNative();
}