Relay.Calling.ConnectAction
Relay.Calling.ConnectAction
This object returned from connect_async
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 | dict | Payload sent to Relay to start the connect. |