Mute microphone for the specified call
Future<void> muteMic(int callId, bool mute) { return _platform.muteMic(callId, mute); }