Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Get the signed recording URL.
You need to enable the signedUrl capability in the agent config to use this feature.
Note
getSignedRecordingUrl(recordingUrl, vendorCallKey, callId) → Promise.<SignedRecordingUrlResult>
Returns: SignedRecordingUrlResult — Represents the result when getting the signed recording URL.
| Field | Type | Description |
|---|---|---|
| recordingUrl | string | The URL for the recording. |
| vendorCallKey | string | Vendor call key. |
| callId | string | ID of the call. |
Newer Version Available