InsightsV1Room
Get a list of Programmable Video Rooms.
Get a list of Programmable Video Rooms.
get/v1/Video/Rooms
Query parameters
RoomTypeVideoRoomSummaryEnumRoomType[]
Type of room. Can be go, peer_to_peer, group, or group_small.
CodecVideoRoomSummaryEnumCodec[]
Codecs used by participants in the room. Can be VP8, H264, or VP9.
RoomNamestring
Room friendly name.
CreatedAfterstring date-time
Only read rooms that started on or after this ISO 8601 timestamp.
CreatedBeforestring date-time
Only read rooms that started before this ISO 8601 timestamp.
PageSizeinteger
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Pageinteger
The page index. This value is simply for client state.
PageTokenstring
The page token. This is provided by the API.
Response
OK