Package version:

The participant successfully removed event.

interface RemoveParticipantSucceeded {
    callConnectionId: string;
    correlationId: string;
    kind: "RemoveParticipantSucceeded";
    participant?: any;
    resultInformation?: ResultInformation;
    serverCallId: string;
}

Hierarchy

  • Omit<RestRemoveParticipantSucceeded,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "participant"
        | "resultInformation">
    • RemoveParticipantSucceeded

Properties

callConnectionId: string

Call connection ID.

correlationId: string

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

kind

kind of this event.

participant?: any

The participant in the call.

resultInformation?: ResultInformation

Contains the resulting SIP code/sub-code and message from NGC services.

serverCallId: string

Server call ID.