AboutSupportDeveloper GuideVersion 42.135.100.42

Channel provider creation options.

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

Properties

Properties

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

EXPERIMENTAL: Messaging protocols supported by the channel provider.