Relay.Calling.FaxAction
This object returned from faxReceiveAsync and faxSendAsync methods represents a receiving or sending Fax on the call.
Properties
Methods
stop
Stop the action immediately.
Parameters
None
Returns
Promise<StopResult> - Promise object that will be fulfilled with a Relay.Calling.StopResult object.
Examples
Start sending fax and stop it after 5 seconds.