room
Creates the component and adds it to the room
post/room/{room_id}/component
Path parameters
room_idstring required
Room ID
Request body
Example request
{
"options": {
"sourceUri": "rtsp://localhost:554/stream"
},
"type": "hls"
}Response
Successfully added component
Example response
{
"data": {
"id": "component-1",
"type": "hls"
}
}