*** id: 82a78f61-9dab-4ecd-a51e-6f22e651e2b4 title: disconnect slug: /node/reference/video/client/disconnect description: disconnect method for the Video Client class. max-toc-depth: 3 ---------------- ### disconnect * **disconnect**(): `void` Disconnects this client. The client will stop receiving events and you will need to create a new instance if you want to use it again. #### Returns `void` #### Example ```js client.disconnect(); ```