Enable microphone in call with callId
callId
@override Future<void> unMute({required String callId}) async { return await methodChannel .invokeMethod('mute', {"callId": callId, "setMuted": false}); }