Skip to main content

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​

PropertyTypeDescription
SuccessfulboolWhether the record operation has completed successfully.
EventSignalWire.Relay.EventThe last event that completed the call.
UrlstringUrl to the recorded file.
Durationdouble?Duration of the recording in seconds.
Sizelong?Size of the recording in bytes.