SignalWire.Relay.Calling.RecordResult
This object returned from Record
method or part of the action when RecordAsync
completes, which represents the final result of a record operation.
Properties
Property | Type | Description |
---|---|---|
Successful | bool | Whether the record operation has completed successfully. |
Event | SignalWire.Relay.Event | The last event that completed the call. |
Url | string | Url to the recorded file. |
Duration | double? | Duration of the recording in seconds. |
Size | long? | Size of the recording in bytes. |