Contents
Control for Third Party Screen Recording
The following tables show how the T-lib interface provides methods for passing a user event from the agent desktop to the recording vendor to trigger a screen capture request.
Agent Desktop to T-Server
RequestSendEvent—Send a specific event to the DN specified. This method is used by the agent desktop to deliver screen capture request to the third party recording vendor.
Parameters | Description |
---|---|
AttrThisDN | The DN on behalf of which the operation is requested. It must be registered by the T-Client, but not necessary be a party on the call. |
Tevent | The event to deliver to recording server.
|
Note: SIP Server responds to the request with either EventACK to confirm the acceptance of the request, or EventError if the operation cannot be performed.
T-Server to Recording Vendor
EventUserEvent—The recording vendor who monitors for the agent DN will receive this event.
Parameters | Description |
---|---|
thisDN | The Agent's DN. |
messageType | Set to EventUserEvent |
connectionID | Set the connection ID of the voice call if available. |
userData | Set the following user data kvp:
|
Recording Indication for Voice Interactions
Recording Vendor to T-Server
RequestSendEvent—Send a specific event to the DN specified. This method is used by the agent desktop to deliver screen capture request to the third party recording vendor.
Parameters | Description |
---|---|
AttrThisDN | The DN that is to receive this event. |
Tevent | The event to deliver to recording server.
|
Note: SIP Server responds to the request with either EventACK to confirm the acceptance of the request, or EventError if the operation cannot be performed.
T-Server to Agent Desktop
EventUserEvent—The recording vendor who monitors for the agent DN will receive this event.
Parameters | Description |
---|---|
thisDN | The Agent's DN. |
messageType | Set to EventUserEvent |
connectionID | Set the connection ID of the voice call if available. |
userData | Set the following user data key value pair:
|