closeMicrophone method

  1. @override
Future<void> closeMicrophone()
override

Close the local microphone and stop publishing the audio stream.

Implementation

@override
Future<void> closeMicrophone() async {
  return _callEngineNative.closeMicrophone();
}