List room compositions response.
Array of objects (RoomComposition) | |
object (PaginationMeta) |
{- "data": [
- {
- "completed_at": "2022-02-25T05:39:56.377426Z",
- "download_url": null,
- "duration_secs": 84,
- "ended_at": "2022-02-24T23:22:24.577677Z",
- "format": "mp4",
- "id": "7103dc53-ee59-4b54-a58b-c77d99ceb037",
- "record_type": "composition",
- "resolution": "1280x720",
- "room_id": "f981dbb3-228a-44e9-ac54-e87f0e2658b0",
- "session_id": "8f728d7b-00e2-4c59-8c27-f564b828df87",
- "size_mb": 6,
- "started_at": "2022-02-24T23:21:00.077209Z",
- "status": "enqueued",
- "user_id": "12a04ec9-0f91-4a91-9f3a-a19d9931182e",
- "video_layout": {
- "first": {
- "height": 720,
- "video_sources": [
- "*"
], - "width": 1280,
- "x_pos": 0,
- "y_pos": 0,
- "z_pos": 0
}
},
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}
Asynchronously create a room composition.
Parameters that can be defined during room composition creation.
Create room composition response.
{- "format": "mp4",
- "resolution": "800x600",
- "session_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777b0",
- "video_layout": {
- "property1": {
- "height": 360,
- "max_columns": 3,
- "max_rows": 3,
- "video_sources": [
- "7b61621f-62e0-4aad-ab11-9fd19e272e73"
], - "width": 480,
- "x_pos": 100,
- "y_pos": 100,
- "z_pos": 1
}, - "property2": {
- "height": 360,
- "max_columns": 3,
- "max_rows": 3,
- "video_sources": [
- "7b61621f-62e0-4aad-ab11-9fd19e272e73"
], - "width": 480,
- "x_pos": 100,
- "y_pos": 100,
- "z_pos": 1
}
}, - "webhook_timeout_secs": 25
}
{- "data": {
- "completed_at": "2022-02-25T05:39:56.377426Z",
- "download_url": null,
- "duration_secs": 84,
- "ended_at": "2022-02-24T23:22:24.577677Z",
- "format": "mp4",
- "id": "7103dc53-ee59-4b54-a58b-c77d99ceb037",
- "record_type": "composition",
- "resolution": "1280x720",
- "room_id": "f981dbb3-228a-44e9-ac54-e87f0e2658b0",
- "session_id": "8f728d7b-00e2-4c59-8c27-f564b828df87",
- "size_mb": 6,
- "started_at": "2022-02-24T23:21:00.077209Z",
- "status": "enqueued",
- "user_id": "12a04ec9-0f91-4a91-9f3a-a19d9931182e",
- "video_layout": {
- "first": {
- "height": 720,
- "video_sources": [
- "*"
], - "width": 1280,
- "x_pos": 0,
- "y_pos": 0,
- "z_pos": 0
}
},
}
}
{- "code": "string",
- "detail": "string",
- "meta": { },
- "source": {
- "parameter": "string",
- "pointer": "/json/pointer"
}, - "title": "string"
}
Get room composition response.
object (RoomComposition) | |||||||||||||||||||||||||||||||||||||||
|
{- "data": {
- "completed_at": "2022-02-25T05:39:56.377426Z",
- "download_url": null,
- "duration_secs": 84,
- "ended_at": "2022-02-24T23:22:24.577677Z",
- "format": "mp4",
- "id": "7103dc53-ee59-4b54-a58b-c77d99ceb037",
- "record_type": "composition",
- "resolution": "1280x720",
- "room_id": "f981dbb3-228a-44e9-ac54-e87f0e2658b0",
- "session_id": "8f728d7b-00e2-4c59-8c27-f564b828df87",
- "size_mb": 6,
- "started_at": "2022-02-24T23:21:00.077209Z",
- "status": "enqueued",
- "user_id": "12a04ec9-0f91-4a91-9f3a-a19d9931182e",
- "video_layout": {
- "first": {
- "height": 720,
- "video_sources": [
- "*"
], - "width": 1280,
- "x_pos": 0,
- "y_pos": 0,
- "z_pos": 0
}
},
}
}