Relay.Calling.FaxAction
Relay.Calling.FaxAction
This object returned from fax_receive_async and fax_send_async methods represents a receiving or sending Fax on the call.
Properties
Methods
stop
Stop the action immediately.
Parameters
None
Returns
coroutine - Coroutine that will return a Relay.Calling.StopResult object.
Examples
Start sending fax and stop it after 5 seconds.