Member Junction
    Preparing search index...

    The arguments the native addon's join() accepts. Mirrors ZoomJoinArgs plus raw-audio opts.

    interface NativeJoinArgs {
        channels?: number;
        displayName: string;
        meetingNumber: string;
        passcode?: string;
        sampleRate?: number;
        sdkSignature?: string;
        zakToken?: string;
    }
    Index

    Properties

    channels?: number

    Raw-audio channel count, when the addon needs it told.

    displayName: string

    The bot's display name in the participant list.

    meetingNumber: string

    The Zoom meeting number / id to join.

    passcode?: string

    The meeting passcode, when required.

    sampleRate?: number

    Raw-audio sample rate the bot sends/receives (Hz), when the addon needs it told.

    sdkSignature?: string

    The signed Meeting SDK JWT authorizing the join (resolved upstream; never inline).

    zakToken?: string

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