[Home](./index.md) > [calckey-js](./calckey-js.md) > [ChannelConnection](./calckey-js.channelconnection.md) > [(constructor)](./calckey-js.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](./calckey-js.stream.md) | | | channel | string | | | name | string | _(Optional)_ |