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