Update the Recording Rules for the Room
TODO: Resource-level docs
Update the Recording Rules for the Room
Path parameters
-
The SID of the Room resource where the recording rules to update apply.
POST /v1/Rooms/{RoomSid}/RecordingRules
curl \
-X POST https://video.twilio.com/v1/Rooms/{RoomSid}/RecordingRules \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded"
Request example
{}
Request examples
{}
Response examples (202)
{
"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 (202)
{
"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"
}
]
}