Member Junction
    Preparing search index...

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

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

    Properties

    botParticipantId: string | number

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

    callId: string

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