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