Relay.Calling.ConnectAction
This object returned from connectAsync method that represents a connecting attempt that is currently active on a call.
Properties
| Property | Type | Description | 
|---|---|---|
| result | Relay.Calling.ConnectResult | Final result of connecting | 
| state | string | Current state of connecting attempt | 
| completed | boolean | Whether the connection attempt has completed | 
| payload | object | Payload sent to Relay to start the connect |