*** id: 3b7a3b7b-7a37-4421-b472-b65366e97c2e title: Relay.Calling.ConnectAction slug: /python/reference/calling/actions/connect description: The Connect Action is used to connect a call to another call. max-toc-depth: 3 ---------------- [connect-async]: /docs/server-sdk/v2/python/reference/calling/call#connect_async [relay-calling-connectresult]: /docs/server-sdk/v2/python/reference/calling/results/connect ## Relay.Calling.ConnectAction This object returned from [`connect_async`][connect-async] method that represents a connecting attempt that is currently active on a call. ### Properties | Property | Type | Description | | ----------- | ------------------------------------------------------------ | --------------------------------------------- | | `result` | [`Relay.Calling.ConnectResult`][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. |