Relay.Calling.ConnectResult
Relay.Calling.ConnectResult
This object returned from connect
method that represents the final result of a connection between your call and a remote one.
Properties
Property | Type | Description |
---|---|---|
successful | boolean | Whether the call has been connected successfully. |
event | Relay.Event | Last event that completed the operation. |
call | Relay.Calling.Call | Remote Call connected with yours. |