List Streams by Conference
GET/conferences/:id/streams
Permissions
The API token must include the following scopes: Video.
Request
Path Parameters
id uuidrequired
Unique id of a video conference
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
data object[]
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"url": "rtmp://broadcaster",
"stream_type": "rtmp",
"width": 0,
"height": 0,
"fps": "20",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}
Loading...