API Reference

Chat Users List

This endpoint returns the list of users who are currently viewing a specific chat in real time.

The response includes:

  • Name entered by the user when joining the chat
  • User ID
  • Browser information (User-Agent)
  • Timestamp indicating when the user connected to the chat
  • IP address used

This endpoint is ideal for monitoring live audience activity, allowing you to identify connected users and perform moderation actions such as blocking when necessary.

To make the request, simply use the chat_id generated during the chat creation process via the following endpoint:
https://pandavideo.readme.io/reference/create-chat-live and include it as a parameter in the request URL.


ParameterTypeDescription
chat_idString(UUID)ID of the chat you want to retrieve viewer data from.
Language
Credentials
Header
Click Try It! to start a request and see the response here!