Member Junction
    Preparing search index...

    Resolved configuration for WebexNativeMeetingSdk. Credentials resolve upstream (MJ credential system / provider Configuration) — this object carries already-resolved values; never inline secrets at a call site.

    interface WebexNativeSdkConfig {
        AccessToken?: string;
        BotDisplayName?: string;
        Channels?: number;
        NativeModuleSpecifier?: string;
        SampleRate?: number;
        SiteUrl?: string;
    }
    Index

    Properties

    AccessToken?: string

    The Webex bot/OAuth access token authorizing the bot's Meetings + Messaging calls (resolved upstream).

    BotDisplayName?: string

    The bot's display name (defaults applied by the bridge when absent).

    Channels?: number

    Raw-audio channel count.

    NativeModuleSpecifier?: string

    The module specifier of the native Webex media bot addon/sidecar to load (e.g. an internal N-API addon package name or an absolute path to a sidecar entry). Required in production; tests inject a loader.

    SampleRate?: number

    Raw-audio sample rate (Hz) the bot sends/receives.

    SiteUrl?: string

    The Webex site (org) the meeting belongs to, when joining cross-site (resolved upstream).