AboutSupportDeveloper GuideVersion 41.129.83.3

Channel provider creation options.

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

Properties

Properties

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

EXPERIMENTAL: Messaging protocols supported by the channel provider.