GET /v1/Video/Rooms

twilio.com:twilio_insights_v1

Summary:
Operation ID: ListVideoRoomSummary
Auth: unknown
Description

Get a list of Programmable Video Rooms.

Parameters (8)

Codec (array, query, optional)

Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`.

CreatedAfter (string, query, optional)

Only read rooms that started on or after this ISO 8601 timestamp.

CreatedBefore (string, query, optional)

Only read rooms that started before this ISO 8601 timestamp.

Page (integer, query, optional)

The page index. This value is simply for client state.

Constraints: {'minimum': 0}

PageSize (integer, query, optional)

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Constraints: {'minimum': 1, 'maximum': 1000}

PageToken (string, query, optional)

The page token. This is provided by the API.

RoomName (string, query, optional)

Room friendly name.

RoomType (array, query, optional)

Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`.

No probe data for this endpoint yet.