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 |
|---|---|---|
|
|
|
Supplied data was insufficient or incorrect. |
|
|
|
Session is hidden and requester does not own the session. |
|
|
|
Could not find session with the provided id. |
|
|
|
Source with UUID |
|
|
|
There is an active recording on this session. |
|
|
|
This source was already added to this session. |