Relay::Calling::RecordResult
This object is returned by the record
method and represents the final result of a recording.
Properties​
Property | Type | Description |
---|---|---|
successful | Boolean | Whether the recording has completed successfully. |
event | Relay::Event | Last event that completed the operation. |
url | String | HTTPS URL to the recording file. |
duration | Numeric | Duration of the recording in seconds. |
size | Numeric | Size of the recording. |