AboutSupportDeveloper GuideVersion 36.122.80.11

Interface ChannelConnectOptions

Options provided on a client connection to a channel.

Hierarchy

  • ChannelConnectOptions

Properties

payload?: any

Payload to pass to ChannelProvider onConnection action.

protocols?: ("classic" | "rtc")[]

EXPERIMENTAL: Messaging protocols supported by the channel provider.

wait?: boolean

Default Value

true

If true will wait for ChannelProvider to connect. If false will fail if ChannelProvider is not found.