22 lines
513 B
Markdown
22 lines
513 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|