Refer to the following measures to handle violating video streams.
From the client, call muteLocalVideoStream
provided by the Agora RTC SDK to stop the violating UID from sending the video stream.
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.
Process the raw video data to blur the violating video. See Raw Video Data for capturing the raw data from a channel.