Get Video Log Analyzer data for a Room
TODO: Resource-level docs
Get Video Log Analyzer data for a Room.
Path parameters
-
The SID of the Room resource.
GET /v1/Video/Rooms/{RoomSid}
curl \
-X GET https://insights.twilio.com/v1/Video/Rooms/{RoomSid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"codecs": [
"VP8"
],
"concurrent_participants": 42,
"create_time": "2023-05-04T09:42:00+00:00",
"created_method": "sdk",
"duration_sec": 42,
"edge_location": "ashburn",
"end_reason": "room_ended_via_api",
"end_time": "2023-05-04T09:42:00+00:00",
"links": {},
"max_concurrent_participants": 42,
"max_participants": 42,
"media_region": "us1",
"processing_state": "complete",
"recording_enabled": true,
"room_name": "string",
"room_sid": "string",
"room_status": "in_progress",
"room_type": "go",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"total_participant_duration_sec": 42,
"total_recording_duration_sec": 42,
"unique_participant_identities": 42,
"unique_participants": 42,
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"codecs": [
"VP8"
],
"concurrent_participants": 42,
"create_time": "2024-05-04T09:42:00+00:00",
"created_method": "sdk",
"duration_sec": 42,
"edge_location": "ashburn",
"end_reason": "room_ended_via_api",
"end_time": "2024-05-04T09:42:00+00:00",
"links": {},
"max_concurrent_participants": 42,
"max_participants": 42,
"media_region": "us1",
"processing_state": "complete",
"recording_enabled": true,
"room_name": "string",
"room_sid": "string",
"room_status": "in_progress",
"room_type": "go",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"total_participant_duration_sec": 42,
"total_recording_duration_sec": 42,
"url": "https://example.com",
"unique_participant_identities": 42,
"unique_participants": 42
}