stopChannelMediaRelay abstract method

Future<int> stopChannelMediaRelay()

停止跨房间媒体流转发。

主播离开房间时,跨房间媒体流转发自动停止,您也可以在需要的时候随时调用 stopChannelMediaRelay 方法,此时主播会退出所有目标房间。

调用时机

请在加入房间并成功调用 startChannelMediaRelay 开始跨房间媒体流转发后,调用此方法。

相关回调

Implementation

Future<int> stopChannelMediaRelay();