v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
rooms

rooms/:name/presence

Get a presence snapshot for a room

get/rooms/{room_name}/presence

Path parameters

room_namestring required

The name of the room

Query parameters

limitinteger

Sets the number of participants returned.

userIdstring

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

userNamestring

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

Response

200

total_countinteger

Example response

{
  "total_count": 192,
  "data": [
    {
      "id": "d61cd7b2-a273-42b4-89bd-be763fd562c1",
      "room": "w2pp2cf4kltgFACPKXmX",
      "userId": "pbZ+ismP7dk=",
      "userName": "Moishe",
      "mtgSessionId": "16e9701a-93e0-4933-83c9-223e7c40d552",
      "joinTime": "2023-01-01T20:53:19.000Z",
      "duration": 2312
    }
  ]
}