Member Junction
    Preparing search index...

    The Graph create-call meeting-coordinate fields parsed out of a Teams join URL.

    interface TeamsMeetingCoordinates {
        MessageId?: string;
        OrganizerId?: string;
        TenantId?: string;
        ThreadId: string;
    }
    Index

    Properties

    MessageId?: string

    The meeting message/conversation message id (Graph messageId), when present. '0' for most meetings.

    OrganizerId?: string

    The organizer's Azure AD object id, when the join URL encodes it (Graph organizer.identity.user.id).

    TenantId?: string

    The Azure tenant id, when the join URL encodes it (Graph tid).

    ThreadId: string

    The meeting thread id (the chat/conversation id behind the join URL, e.g. 19:meeting_…@thread.v2).