closeMicrophone method
Implementation
Future<void> closeMicrophone() async {
final params = [];
_callEngineSDK.Dart_CallEngineCallAPI(
'closeMicrophone'.toNativeUtf8().cast(),
jsonEncode(params).toNativeUtf8().cast(),
''.toNativeUtf8().cast());
}