Member Junction
    Preparing search index...

    The handles the seam returns after a successful IGoogleMeetSdk.join.

    interface GoogleMeetJoinResult {
        BotParticipantId: string;
        MeetingId: string;
    }
    Index

    Properties

    BotParticipantId: string

    The bot's own participant id in the joined conference.

    MeetingId: string

    The Meet conference/space id the bot joined (the durable external connection id).