mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
22 lines
549 B
Markdown
22 lines
549 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [Stream](./iceshrimp-sdk.stream.md) > [disconnectToChannel](./iceshrimp-sdk.stream.disconnecttochannel.md)
|
|
|
|
## Stream.disconnectToChannel() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
disconnectToChannel(connection: NonSharedConnection): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| connection | NonSharedConnection | |
|
|
|
|
**Returns:**
|
|
|
|
void
|
|
|