stopAudioRecording method
停止客户端录音。
Note 该方法停止录音。该接口需要在 RtcEngine.leaveChannel 之前调用,不然会在调用 RtcEngine.leaveChannel 时自动停止。
Implementation
@override
Future<void> stopAudioRecording() {
return _invokeMethod('stopAudioRecording');
}
No data
停止客户端录音。
Note 该方法停止录音。该接口需要在 RtcEngine.leaveChannel 之前调用,不然会在调用 RtcEngine.leaveChannel 时自动停止。
@override
Future<void> stopAudioRecording() {
return _invokeMethod('stopAudioRecording');
}