valkyrie-docs/docs/api/valkyrie-js.stream.disconnecttochannel.md
2023-08-02 00:58:34 +12:00

22 lines
507 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index) &gt; [valkyrie-js](./valkyrie-js) &gt; [Stream](./valkyrie-js.stream) &gt; [disconnectToChannel](./valkyrie-js.stream.disconnecttochannel)
## Stream.disconnectToChannel() method
**Signature:**
```typescript
disconnectToChannel(connection: NonSharedConnection): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| connection | NonSharedConnection | |
**Returns:**
void