Member Junction
    Preparing search index...

    Result of starting a Teams meeting bridge session.

    interface JoinMeetingResult {
        accepted: boolean;
        callId?: string;
        reason?: string;
    }
    Index

    Properties

    accepted: boolean

    Whether a bridge session was started for the meeting.

    callId?: string

    The Graph call id the bot joined (the bridge's external connection id), when accepted.

    reason?: string

    Why it was rejected (no agent identity, provider missing, unparseable join URL, etc.).