stopMicrophone method
关闭麦克风
返回值:
0
成功,更多信息请查看 V2TXLiveCode
Implementation
Future<V2TXLiveCode> stopMicrophone() async {
var result = await _channel.invokeMethod('stopMicrophone', {});
return _liveCodeWithResult(result);
}
关闭麦克风
返回值:
0
成功,更多信息请查看 V2TXLiveCode
Future<V2TXLiveCode> stopMicrophone() async {
var result = await _channel.invokeMethod('stopMicrophone', {});
return _liveCodeWithResult(result);
}