*** id: cc73aa49-059f-47e2-9aab-656c4acccda6 title: 'off' slug: /node/reference/video/room-session/off description: off method for the RoomSession 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/video/room-session/events) for the list of available events. | | `fn?` | Function | An event handler which had been previously attached. |