Skip to main content
GET
rooms/:name/presence

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_name
string
required

The name of the room

Query Parameters

limit
integer<int32>

Sets the number of participants returned.

userId
string

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

userName
string

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

Response

200

total_count
integer
Example:

192

data
object[]