Skip to main content

Relay::Calling::FaxAction

This object returned from the asynchronous fax_send! and fax_receive! methods that represents a receiving or sending fax on the call.

Properties

PropertyTypeDescription
resultRelay::Calling::FaxResultFinal result for the fax action.
completedBooleanWhether the action has finished.
payloadHashPayload sent to Relay to start faxing.
controlIdStringUUID to identify the fax action.

Methods

stop

Stop the action immediately.

Parameters

None

Returns

Relay::Calling::StopResult - A StopResult object with a successful property.