Relay.Calling.FaxResult
Relay.Calling.FaxResult
This object returned from fax_receive
and fax_send
methods that represents the final result of a sent or received Fax.
Properties
Property | Type | Description |
---|---|---|
successful | boolean | Whether the fax has been sent or received successfully. |
event | Relay.Event | Last event that completed the operation. |
direction | string | send or receive . |
identity | string | Identity used to send the fax. |
remote_identity | string | Remote identity. |
document | string | Document URL. |
pages | number | Number of sent/received pages. |