Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
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. |
Newer Version Available