Returns a list of Recording Rules for the Room
TODO: Resource-level docs
Returns a list of Recording Rules for the Room.
Path parameters
-
The SID of the Room resource where the recording rules to fetch apply.
GET /v1/Rooms/{RoomSid}/RecordingRules
curl \
-X GET https://video.twilio.com/v1/Rooms/{RoomSid}/RecordingRules \
--user "username:password"
Response examples (200)
{
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"room_sid": "string",
"rules": [
{
"all": true,
"kind": "string",
"publisher": "string",
"track": "string",
"type": "string"
}
]
}
Response examples (200)
{
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"room_sid": "string",
"rules": [
{
"all": true,
"kind": "string",
"publisher": "string",
"track": "string",
"type": "string"
}
]
}