Add a Session Source
Adds a source to a session.
Authorizations: Sessions - CHANGE_SOURCES
Requests
POST /apis/sessions/:sessionId/sources
{
"sourceId": "f4327f7b-3917-4533-b844-8818741cb0bd"
}
Response
Success
{
"data": {
"sourceId": "f4327f7b-3917-4533-b844-8818741cb0bd",
"index": 4
}
}
Error
Code | Payload | Description |
---|---|---|
400
|
| Supplied data was insufficient or incorrect. |
403
|
| Session is hidden and requester does not own the session. |
404
|
| Could not find session with the provided id. |
404
|
| Source with UUID |
409
|
| There is an active recording on this session. |
409
|
| This source was already added to this session. |