Body
-
Deprecated, now always considered to be true.
-
Values are
go
,peer-to-peer
,group
, orgroup-small
. -
An application-defined string that uniquely identifies the resource. It can be used as a
room_sid
in place of the resource'ssid
in the URL to address the resource, assuming it does not contain any reserved characters that would need to be URL encoded. This value is unique forin-progress
rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room isin-progress
. -
The URL Twilio should call using the
status_callback_method
to send status information to your application on every room event. See Status Callbacks for more info. -
The HTTP method Twilio should use to call
status_callback
. Can bePOST
orGET
.Values are
GET
orPOST
. -
The maximum number of concurrent Participants allowed in the room. The maximum allowed value is 50.
-
Whether to start recording when Participants connect.
-
Whether to start transcriptions when Participants connect. If TranscriptionsConfiguration is not provided, default settings will be used.
-
An array of the video codecs that are supported when publishing a track in the room. Can be:
VP8
andH264
.Values are
VP8
orH264
. -
The region for the Room's media server. Can be one of the available Media Regions.
-
A collection of Recording Rules that describe how to include or exclude matching tracks for recording
-
A collection of properties that describe transcription behaviour. If TranscribeParticipantsOnConnect is set to true and TranscriptionsConfiguration is not provided, default settings will be used.
-
When set to true, indicates that the participants in the room will only publish audio. No video tracks will be allowed.
-
The maximum number of seconds a Participant can be connected to the room. The maximum possible value is 86400 seconds (24 hours). The default is 14400 seconds (4 hours).
-
Configures how long (in minutes) a room will remain active after last participant leaves. Valid values range from 1 to 60 minutes (no fractions).
-
Configures how long (in minutes) a room will remain active if no one joins. Valid values range from 1 to 60 minutes (no fractions).
-
When set to true, indicated that this is the large room.
curl \
--request POST 'https://video.twilio.com/v1/Rooms' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'value=%7B%7D'
{"value"=>{}}
{"Type"=>"go", "UniqueName"=>"room1"}
{"Type"=>"group", "UniqueName"=>"grouproom", "RecordingRules"=>"%5B%7B%22type%22%3A%22exclude%22%2C%22all%22%3A%20true%7D%5D"}
{"Type"=>"group", "AudioOnly"=>true, "UniqueName"=>"grouproom", "RecordingRules"=>"%5B%7B%22type%22%3A%22exclude%22%2C%22all%22%3A%20true%7D%5D"}
{"Type"=>"group-small", "UniqueName"=>"SmallDailyStandup"}
{"Type"=>"group", "UniqueName"=>"MyWebinar", "MaxParticipants"=>90}
{"Type"=>"group", "AudioOnly"=>true, "UniqueName"=>"MyWebinar", "MaxParticipants"=>90}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "peer-to-peer",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": false,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [
"VP8"
],
"status_callback": null,
"max_participants": 10,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 0
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "go",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": false,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "room1",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [
"VP8"
],
"status_callback": null,
"max_participants": 10,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 0
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "group",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": false,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "grouproom",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [
"VP8"
],
"status_callback": null,
"max_participants": 50,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 170
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "group",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": true,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "grouproom",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [],
"status_callback": null,
"max_participants": 50,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 170
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "group-small",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": false,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "SmallDailyStandup",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [
"VP8"
],
"status_callback": null,
"max_participants": 4,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 170
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "group",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": false,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "MyWebinar",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [
"VP8"
],
"status_callback": null,
"max_participants": 50,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 16
}
{
"sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "group",
"links": {
"recordings": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings",
"participants": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants",
"transcriptions": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions",
"recording_rules": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RecordingRules"
},
"status": "in-progress",
"duration": 0,
"end_time": "2015-07-30T20:00:00Z",
"audio_only": true,
"large_room": false,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enable_turn": true,
"unique_name": "MyWebinar",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"media_region": "us1",
"video_codecs": [],
"status_callback": null,
"max_participants": 50,
"empty_room_timeout": 5,
"unused_room_timeout": 5,
"status_callback_method": "POST",
"max_participant_duration": 86400,
"record_participants_on_connect": false,
"max_concurrent_published_tracks": 16
}