Member Junction
    Preparing search index...

    One raw Graph change-notification item (the subset of the value[] array fields we read).

    interface GraphChangeNotification {
        clientState?: string;
        resource?: string;
        resourceData?: GraphCallResourceData;
    }
    Index

    Properties

    clientState?: string

    The shared secret we set on subscription creation (verified by validateGraphNotification).

    resource?: string

    The resource path the change is about (e.g. communications/calls/{id} or .../participants).

    resourceData?: GraphCallResourceData

    The notification's resource payload (the call or participants snapshot).