Relay::Calling::ConnectResult
This object is returned by the connect
method and 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. |