GET
/rooms/:name/presence

A GET request to /rooms/:name/presence retrieves presence data about a specific room.

This endpoint provides a snapshot of the presence of participants in a given room.

Path params

The name of the room

Query params

Sets the number of participants returned.

Returns presence for the user with the given userId, if available. The userId is specified via a meeting token.

Returns presence for the user with the given name, if available.

Example request