Member Junction
    Preparing search index...

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

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

    Properties

    BotParticipantId: string

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

    MeetingId: string

    The Zoom meeting id/number the bot joined (the durable external connection id).