Member Junction
    Preparing search index...

    What the native addon's join() resolves to.

    interface NativeJoinResult {
        botParticipantId: string | number;
        meetingId: string;
    }
    Index

    Properties

    botParticipantId: string | number

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

    meetingId: string

    The Webex meeting id the bot joined.