SignedRecordingUrlResult
Represents the result when getting the signed recording URL.
new SignedRecordingUrlResult(param)
| Field | Type | Description |
|---|---|---|
| param | object | The signed recording result. |
| param.success | boolean | Indicates whether the function succeeded. |
| param.url | string | Optional. The URL for the signed recording. |
| param.duration | number | Optional. Recording duration in seconds. |