Member Junction
    Preparing search index...

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

    interface DiscordNativeSdkConfig {
        ApplicationId?: string;
        BotDisplayName?: string;
        BotToken?: string;
        Channels?: number;
        NativeModuleSpecifier?: string;
        SampleRate?: number;
    }
    Index

    Properties

    ApplicationId?: string

    The Discord application (client) id, when the addon needs it.

    BotDisplayName?: string

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

    BotToken?: string

    The Discord bot token (resolved upstream). Authorizes the gateway connection.

    Channels?: number

    Raw-audio channel count.

    NativeModuleSpecifier?: string

    The module specifier of the native voice 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.