*** id: 28badfbe-dcd6-4acb-9889-b567a82cd4e8 title: HangupResult slug: /ruby/reference/calling/results/hangup description: The HangupResult object is returned when a call is hung up. max-toc-depth: 3 ---------------- [call]: /docs/server-sdk/v2/ruby/reference/calling/call#hangup [relay-event]: /docs/server-sdk/v2/ruby/reference/event # Relay::Calling::HangupResult This object is returned by the [`hangup`][call] method. ## Properties | Property | Type | Description | | :----------- | :-------------------------- | :---------------------------------------------- | | `successful` | Boolean | Whether the call has been hung up successfully. | | `event` | [Relay::Event][relay-event] | Last event that completed the operation. | | `reason` | String | The hangup reason. |