Rooms
Last updated
Last updated
To list all live rooms (which have participants inside), you need to execute a GET request against the /rooms/live endpoint. The current session_duration of each live room is specified in seconds.
Since potentially there could be thousands of rooms, pagination is supported with limit, order and after arguments. Read about to learn the details of it. By default maximum 100 live rooms will be returned in the response.