Member Junction
    Preparing search index...

    Arguments to IGoogleMeetSdk.join — what the bot needs to get into a Meet conference.

    interface GoogleMeetJoinArgs {
        AccessToken?: string;
        BotDisplayName: string;
        MeetingCode: string;
    }
    Index

    Properties

    AccessToken?: string

    The resolved OAuth/access token (or equivalent auth payload) authorizing the allowlisted client to join via the Media API. Resolved upstream through MJ's credential system; never inline secrets.

    BotDisplayName: string

    The display name the bot appears as in the participant list.

    MeetingCode: string

    The Meet meeting code / space id to join (parsed from the join URL or supplied directly).