23 lines
521 B
Markdown
23 lines
521 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [Stream](./calckey-js.stream.md) > [removeSharedConnection](./calckey-js.stream.removesharedconnection.md)
|
||
|
|
||
|
## Stream.removeSharedConnection() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
removeSharedConnection(connection: SharedConnection): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| connection | SharedConnection | |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
void
|
||
|
|