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