*** id: 2a6996e9-e63c-4160-9d6e-2a1f697b30fd title: 'off' slug: /node/reference/voice/call/off description: off method for the Call class. max-toc-depth: 3 ---------------- ### off * **off**(`event`, `fn?`) Remove an event handler. #### Parameters | Name | Type | Description | | :------ | :------- | :---------------------------------------------------------------------------------------------------------------------- | | `event` | `string` | Name of the event. See [Events](/docs/server-sdk/v3/node/reference/voice/call/events) for the list of available events. | | `fn?` | Function | An event handler which had been previously attached. |