/insights
Last updated
Last updated
Returns session data such as user agent, bandwidth and packet loss for the participant.
Array of sorted sessions participants with insights.
Display name of the participant.
The role of the participant.
"host"
User agent string of the participant.
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36"
Timestamp the participant joined the session.
The interval (in milliseconds) the samples are collected in.
2000
Data object arrays with network data. packetLossSend
, packetLossRecv
, bitrateSend
and bitrateRecv
.
Gets a summary of usage for each session of a given room.
Array of sorted sessions with their insights.
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
If there are no more results, the value returned is null
.
Gets a summary of insights collected for rooms.
Array of sorted rooms with their insights.
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
If there are no more results, the value returned is null
.
Gets a list of participants, by either a given session id or external id.
Array of sorted sessions participants with insights.
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
If there are no more results, the value returned is null
.