Member Junction
    Preparing search index...

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

    interface TeamsNativeSdkConfig {
        AccessToken?: string;
        AppId?: string;
        BotDisplayName?: string;
        Channels?: number;
        NativeModuleSpecifier?: string;
        SampleRate?: number;
        TenantId?: string;
    }
    Index

    Properties

    AccessToken?: string

    A pre-resolved OAuth bearer / application token, when the deployment computes it out-of-band.

    AppId?: string

    The bot's Azure AD application (client) id (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 Teams real-time-media 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.

    TenantId?: string

    The Azure tenant id the bot operates in (resolved upstream).