[Home](./index.md) > [calckey-js](./calckey-js.md) > [Stream](./calckey-js.stream.md) > [disconnectToChannel](./calckey-js.stream.disconnecttochannel.md) ## Stream.disconnectToChannel() method **Signature:** ```typescript disconnectToChannel(connection: NonSharedConnection): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | connection | NonSharedConnection | | **Returns:** void