Member Junction
    Preparing search index...

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

    interface NativeMeetJoinArgs {
        accessToken?: string;
        channels?: number;
        displayName: string;
        meetingCode: string;
        sampleRate?: number;
    }
    Index

    Properties

    accessToken?: string

    The resolved OAuth/access token authorizing the allowlisted client (resolved upstream; never inline).

    channels?: number

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

    displayName: string

    The bot's display name in the participant list.

    meetingCode: string

    The Meet meeting code / space id to join.

    sampleRate?: number

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