Member Junction
    Preparing search index...

    The arguments the native addon's join() accepts. Mirrors SlackJoinArgs plus media opts.

    interface NativeJoinArgs {
        botToken?: string;
        channelId: string;
        channels?: number;
        displayName: string;
        huddleId?: string;
        sampleRate?: number;
        teamId?: string;
    }
    Index

    Properties

    botToken?: string

    The OAuth bot token authorizing the Slack Web API + Events calls (resolved upstream; never inline).

    channelId: string

    The Slack channel id the huddle is hosted in.

    channels?: number

    Huddle media channel count, when the addon needs it told.

    displayName: string

    The bot's display name in the participant list.

    huddleId?: string

    The huddle / huddle-thread id, when resolved upstream.

    sampleRate?: number

    Huddle media sample rate the bot sends/receives (Hz), when the addon needs it told.

    teamId?: string

    The Slack team / workspace id, when joining a specific workspace (resolved upstream).