[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [ChannelConnection](./iceshrimp-sdk.channelconnection.md) > [(constructor)](./iceshrimp-sdk.channelconnection._constructor_.md) ## ChannelConnection.(constructor) Constructs a new instance of the `Connection` class **Signature:** ```typescript constructor(stream: Stream, channel: string, name?: string); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | stream | [Stream](./iceshrimp-sdk.stream.md) | | | channel | string | | | name | string | _(Optional)_ |