Get Video Log Analyzer data for a Room Participant
TODO: Resource-level docs
Get Video Log Analyzer data for a Room Participant.
Path parameters
-
The SID of the Room resource.
-
The SID of the Participant resource.
GET /v1/Video/Rooms/{RoomSid}/Participants/{ParticipantSid}
curl \
-X GET https://insights.twilio.com/v1/Video/Rooms/{RoomSid}/Participants/{ParticipantSid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"codecs": [
"VP8"
],
"duration_sec": 42,
"edge_location": "ashburn",
"end_reason": "string",
"error_code": 42,
"error_code_url": "string",
"join_time": "2023-05-04T09:42:00+00:00",
"leave_time": "2023-05-04T09:42:00+00:00",
"media_region": "us1",
"participant_identity": "string",
"participant_sid": "string",
"room_sid": "string",
"status": "in_progress",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"codecs": [
"VP8"
],
"duration_sec": 42,
"edge_location": "ashburn",
"end_reason": "string",
"error_code": 42,
"error_code_url": "string",
"join_time": "2024-05-04T09:42:00+00:00",
"leave_time": "2024-05-04T09:42:00+00:00",
"media_region": "us1",
"participant_identity": "string",
"participant_sid": "string",
"room_sid": "string",
"status": "in_progress",
"url": "https://example.com"
}