{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Video API", "version": "1.52.0" }, "items": [ { "info": { "name": "Video", "type": "folder" }, "items": [ { "info": { "name": "FetchVideoParticipantSummary", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Video/Rooms/:RoomSid/Participants/:ParticipantSid", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID of the Room resource." }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the Participant resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Video Log Analyzer data for a Room Participant." }, { "info": { "name": "ListVideoParticipantSummary", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Video/Rooms/:RoomSid/Participants", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID of the Room resource." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of room participants." }, { "info": { "name": "FetchVideoRoomSummary", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Video/Rooms/:RoomSid", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID of the Room resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Video Log Analyzer data for a Room." }, { "info": { "name": "ListVideoRoomSummary", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Video/Rooms", "params": [ { "name": "RoomType", "value": "", "type": "query", "description": "Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`." }, { "name": "Codec", "value": "", "type": "query", "description": "Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`." }, { "name": "RoomName", "value": "", "type": "query", "description": "Room friendly name." }, { "name": "CreatedAfter", "value": "", "type": "query", "description": "Only read rooms that started on or after this ISO 8601 timestamp." }, { "name": "CreatedBefore", "value": "", "type": "query", "description": "Only read rooms that started before this ISO 8601 timestamp." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of Programmable Video Rooms." } ] } ], "bundled": true }