destroyCustomAudioTrack abstract method
销毁指定的音频轨道。
trackId调用 createCustomAudioTrack 方法返回的自定义音频轨道 ID。
Returns 方法成功调用时,无返回值;方法调用失败时,会抛出 AgoraRtcException 异常,你需要捕获异常并进行处理。详见错误码了解详情和解决建议。
Implementation
Future<void> destroyCustomAudioTrack(int trackId);