Member Junction
    Preparing search index...

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

    interface TeamsJoinResult {
        BotParticipantId: string;
        CallId: string;
    }
    Index

    Properties

    BotParticipantId: string

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

    CallId: string

    The Teams call id the bot joined (the durable external connection id).