openMicrophone method
Open the local microphone and publish the audio stream.
Returns: TUIActionCallback.
Implementation
@override
Future<TUIActionCallback> openMicrophone() async {
return _callEngineNative.openMicrophone();
}
Open the local microphone and publish the audio stream.
Returns: TUIActionCallback.
@override
Future<TUIActionCallback> openMicrophone() async {
return _callEngineNative.openMicrophone();
}