Member Junction
    Preparing search index...

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

    interface SlackNativeSdkConfig {
        BotDisplayName?: string;
        BotToken?: string;
        ChannelId?: string;
        Channels?: number;
        HuddleId?: string;
        NativeModuleSpecifier?: string;
        SampleRate?: number;
        TeamId?: string;
    }
    Index

    Properties

    BotDisplayName?: string

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

    BotToken?: string

    The Slack OAuth bot token (resolved upstream).

    ChannelId?: string

    The Slack channel id the huddle is hosted in (resolved upstream / from the address).

    Channels?: number

    Huddle media channel count.

    HuddleId?: string

    The huddle id, when the deployment resolves it out-of-band.

    NativeModuleSpecifier?: string

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

    Huddle media sample rate (Hz) the bot sends/receives.

    TeamId?: string

    The Slack team / workspace id (resolved upstream).