AboutSupportDeveloper GuideVersion 38.126.82.64

Channel provider creation options.

interface ChannelCreateOptions {
    protocols?: ("classic" | "rtc")[];
}

Properties

Properties

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

EXPERIMENTAL: Messaging protocols supported by the channel provider.