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