Member Junction
    Preparing search index...

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

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

    Properties

    BotParticipantId: string

    The bot's own member id in the joined meeting.

    MeetingId: string

    The Webex meeting id the bot joined (the durable external connection id).