rooms/:name/presence
Session
Get Room Presence
Get a presence snapshot for a room
GET
rooms/:name/presence
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The name of the room
Query Parameters
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.