*** id: 13647eac-1bc4-4a70-bbad-a6a60278a382 title: Relay.Calling.ConnectAction slug: /node/reference/calling/actions/connect description: The Connect Action is used to connect a call to another call. max-toc-depth: 3 ---------------- [connectasync]: /docs/server-sdk/v2/node/reference/calling/call#connectasync [relay-calling-connectresult]: /docs/server-sdk/v2/node/reference/calling/results/connect This object returned from [`connectAsync`][connectasync] 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` | `object` | Payload sent to Relay to start the connect |