Member Junction
    Preparing search index...

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

    interface ZoomNativeSdkConfig {
        BotDisplayName?: string;
        Channels?: number;
        NativeModuleSpecifier?: string;
        SampleRate?: number;
        SdkKey?: string;
        SdkSecret?: string;
        SdkSignature?: string;
        ZakToken?: string;
    }
    Index

    Properties

    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 Meeting SDK 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.

    SdkKey?: string

    The Zoom Meeting SDK Key (resolved upstream).

    SdkSecret?: string

    The Zoom Meeting SDK Secret (resolved upstream). Used only to sign the join JWT.

    SdkSignature?: string

    A pre-signed Meeting SDK JWT, when the deployment computes it out-of-band instead of via key/secret.

    ZakToken?: string

    The ZAK token for joining as / on behalf of a host, when applicable.