Relay Calling
This namespace represents the API interface for the Calling Relay Service. It is used to make requests related to managing end to end calls.
Methods
dial
Make an outbound Call and waits until it has been answered or hung up.
Parameters
Returns
Relay::Calling::DialResult - returned upon answer or failure of the dialed call.
Examples
Make an outbound Call and grab the call object is it was answered.
new_call
Create a new Call object. The call is not dialed yet allowing you to attach event listeners on it.
Parameters
See Relay::Calling::Dial for the parameter list.
Returns
Relay::Calling::Call - A new call object.
Examples
Create a new Call object then dial.