v2
latestOpenAPI 3.0.32026-07-266076394.0 KBrooms
rooms/:name
Set a room's privacy and config properties
post/rooms/{room_name}
Path parameters
room_namestring required
Request body
Example request
{
"properties": {
"recordings_bucket": {
"bucket_name": "my-daily-recording",
"bucket_region": "ap-south-1",
"assume_role_arn": "arn:aws:iam::555555555555:role/DailyS3AccessRole"
},
"auto_transcription_settings": {
"language": "de"
},
"transcription_bucket": {
"bucket_name": "my-daily-recording",
"bucket_region": "ap-south-1",
"assume_role_arn": "arn:aws:iam::555555555555:role/DailyS3AccessRole"
},
"dialout_config": {
"dialout_geo": "ap-south-1"
},
"streaming_endpoints": [
{
"name": "rtmp_ivs",
"type": "hls",
"hls_config['storage']['path']": "my-bucket-name/my-folder-name"
}
]
}
}Response
200