SuperviseCallSessionRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
mode | SuperviseCallSessionRequestMode | ✅ | Supervising mode |
supervisor_device_id | str | ✅ | Internal identifier of a supervisor's device which will be used for call session monitoring |
agent_extension_id | str | ❌ | Extension identifier of the user that will be monitored |
auto_answer | bool | ❌ | Specifies if auto-answer SIP header should be sent. If auto-answer is set to true , the call is automatically answered by the supervising party, if set to false - then the supervising party has to accept or decline the monitored call |
media_sdp | SuperviseCallSessionRequestMediaSdp | ❌ | Specifies session description protocol setting |
SuperviseCallSessionRequestMode
Supervising mode
Properties
Name | Type | Required | Description |
---|---|---|---|
LISTEN | str | ✅ | "Listen" |
SuperviseCallSessionRequestMediaSdp
Specifies session description protocol setting
Properties
Name | Type | Required | Description |
---|---|---|---|
SENDONLY | str | ✅ | "sendOnly" |
SENDRECV | str | ✅ | "sendRecv" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs