Skip to content

Function: connectChannelClient()

connectChannelClient(options): Promise<ChannelClient>

Defined in: packages/aiui-claude-channel/src/client.ts:64

Connect to a channel server and complete the hello handshake. Resolves once the server has accepted the format; rejects if the connection fails or the server rejects the hello.

Parameters

options

ChannelClientOptions

Returns

Promise<ChannelClient>