getSignedRecordingUrl
Get the signed recording URL.
You need to enable the signedUrl capability in the rep config to use this feature.
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. |