Package version:

The participants successfully added event.

interface RestAddParticipantSucceeded {
    callConnectionId?: string;
    correlationId?: string;
    operationContext?: string;
    participant?: CommunicationIdentifierModel;
    resultInformation?: RestResultInformation;
    serverCallId?: string;
}

Properties

callConnectionId?: string

Call connection ID.

correlationId?: string

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

operationContext?: string

Used by customers when calling mid-call actions to correlate the request to the response event.

participant?: CommunicationIdentifierModel

Participant

resultInformation?: RestResultInformation

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

serverCallId?: string

Server call ID.