Relay.Calling.ConnectResult
This object returned from the connect method that represents the final result of a connection between your call and a remote one.
Methods
getCall
Return the Call object connected with yours, if the connection succeeded.
Parameters
None
Returns
Relay.Calling.Call - The remote Call.
Examples
Trying to connect two devices and then use the remote Call.
getEvent
Returns the last Relay Event arrived for this operation.
Parameters
None
Returns
Relay.Event - Last Relay Event.
Examples
Trying to connect two devices and then grab the Relay event to inspect the payload.
isSuccessful
Return true if the call has connected with a remote party, false otherwise.
Parameters
None
Returns
boolean - Whether the call has been connected successfully.
Examples
Trying to connect two devices and then check if your call has been connected.