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