AboutSupportDeveloper GuideVersion 39.128.83.23

Channel provider creation options.

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

Properties

Properties

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

EXPERIMENTAL: Messaging protocols supported by the channel provider.