*** id: 1033a135-aeb1-4f3a-b206-291e70d0879c title: Relay.Calling.ConnectResult slug: /node/reference/calling/results/connect description: The result object that is returned when connecting a call. max-toc-depth: 3 ---------------- [connect]: /docs/server-sdk/v2/node/reference/calling/call#connect [relay-calling-call]: /docs/server-sdk/v2/node/reference/calling/call [relay-event]: /docs/server-sdk/v2/node/reference/event This object returned from [`connect`][connect] method that 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`][relay-event] | Last event that completed the operation | | `call` | [`Relay.Calling.Call`][relay-calling-call] | Remote Call connected with yours |