Relay.Calling.FaxResult
This object returned from faxReceive
and faxSend
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 |
remoteIdentity | string | Remote identity |
document | string | Document URL |
pages | number | Number of sent/received pages |