Member Junction
    Preparing search index...

    A normalized view of a Graph call/participant change notification — what the ingress hands the engine.

    interface NormalizedCallNotification {
        callId: string;
        participants: GraphCallParticipant[];
        state: NormalizedCallState;
    }
    Index

    Properties

    callId: string

    The Graph call id the notification is about (/communications/calls/{id}).

    participants: GraphCallParticipant[]

    The current participants, normalized (empty when the notification carries no roster).

    The normalized call lifecycle state.