通知
本站点除 Legacy 产品与方案外,已迁移至 声网新文档中心 ,当前页面不再维护
Documentation
All
Console 官网 Community Technical support

Handle Violations

Type: Integration issues    Platform: All Platforms   Last Updated: 2020/04/29 01:36:58

Refer to the following measures to handle violating video streams.

Stop sending local video stream

From the client, call muteLocalVideoStream provided by the Agora RTC SDK to stop the violating UID from sending the video stream.

Kick out violating UID or shut down the channel

Send RESTful API requests from your application server to remove the violating UID from the channel, or shut down the channel. See Ban Users at the Server.

Blur the video

Process the raw video data to blur the violating video. See Raw Video Data for capturing the raw data from a channel.

Agora does not provide any API for blurring a video stream. You need to implement this function yourself.