检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
pullAllRemoteVideo public abstract int pullAllRemoteVideo(boolean pull); 【功能说明】 批量开启、关闭当前所有远端用户的视频流。 【请求参数】 pull:true表示开启接收,false表示关闭接收, 默认开启接收。 【返回参数】 0:成功。 >
pullAllRemoteVideo virtual int pullAllRemoteVideo(bool mute) 【功能说明】 开启/关闭接收当前房间所有远端用户的视频流。 【请求参数】 mute:true表示关闭接收,false表示开启接收, 默认开启接收。 【返回参数】 0:方法调用成功。