SignalWire.Relay.CallingAPI
This represents the API interface for the Calling Relay Service. This object is used to make requests related to managing end to end calls.
Methods
DialPhone
Make an outbound PhoneCall and waits until it has been answered, times out, busy, or some other error occurs.
Parameters
Returns
SignalWire.Relay.Calling.DialResult - The result object to interact with.
Examples
Make an outbound PhoneCall and obtain the Call object after it was answered.
NewPhoneCall
Create a new PhoneCall object. The call has not started, but you can attach event listeners on it.
Parameters
Returns
SignalWire.Relay.Calling.PhoneCall - A new call object.
Examples
Create a new PhoneCall object and Dial it.