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