isMicrophoneMuted method

Future<void> isMicrophoneMuted()

Implementation

Future<void> isMicrophoneMuted() async {
  return await ZegoFlutterEngine.instance.isMicrophoneMuted();
}