stopRecordingDeviceTest abstract method

Future<void> stopRecordingDeviceTest()

停止音频采集设备测试。

该方法用于停止音频采集设备测试。调用 startRecordingDeviceTest 后,必须调用该方法停止测试。 该方法需要在加入频道前调用。

Returns 方法成功调用时,无返回值;方法调用失败时,会抛出 AgoraRtcException 异常,你需要捕获异常并进行处理。详见错误码了解详情和解决建议。

Implementation

Future<void> stopRecordingDeviceTest();