AboutSupportDeveloper GuideVersion 41.131.100.38

Channel provider creation options.

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

Properties

Properties

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

EXPERIMENTAL: Messaging protocols supported by the channel provider.