Toggle Mute and Unmute the microphone
@override Future<void> toggleMute() async { try { return await methodChannel.invokeMethod<void>("mute"); } catch (e) { throw Exception("$e [Zoom Camera]"); } }