AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ChannelCreateOptions

    Channel provider creation options.

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

    EXPERIMENTAL: Messaging protocols supported by the channel provider.