Package version:

The participants updated in a call event.

interface RestParticipantsUpdated {
    callConnectionId?: string;
    correlationId?: string;
    participants?: CallParticipantInternal[];
    resultInformation?: RestResultInformation;
    sequenceNumber?: number;
    serverCallId?: string;
}

Properties

callConnectionId?: string

Call connection ID.

correlationId?: string

Correlation ID for event to call correlation. Also called ChainId for skype chain ID.

participants?: CallParticipantInternal[]

The list of participants in the call.

resultInformation?: RestResultInformation

Contains the resulting SIP code, sub-code and message.

sequenceNumber?: number

The Sequence Number of the event

serverCallId?: string

Server call ID.