GET
/
realtime
/
video-streaming.viewerDidBan
video-streaming viewer did ban
curl --request GET \
  --url https://apix.us.amity.co/realtime/video-streaming.viewerDidBan
{
  "id": "<string>",
  "data": {
    "list": [
      {
        "networkId": "<string>",
        "channelId": "<string>",
        "userId": "<string>",
        "actor": "<string>",
        "createdAt": 123
      }
    ]
  },
  "networkId": "<string>",
  "path": "<string>",
  "eventType": "<string>",
  "senderId": "<string>",
  "sendTime": "2023-11-07T05:31:56Z",
  "version": "<string>"
}

Response

200 - application/json

RTE data for video-streaming.viewerDidBan event

The response is of type object.