Package version:

Successful cancel add participant event.

interface CancelAddParticipantSucceeded {
    callConnectionId: string;
    correlationId: string;
    invitationId: string;
    kind: "CancelAddParticipantSucceeded";
    resultInformation?: ResultInformation;
    serverCallId: string;
}

Hierarchy

  • Omit<RestCancelAddParticipantSucceeded,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "resultInformation"
        | "invitationId">
    • CancelAddParticipantSucceeded

Properties

callConnectionId: string

Call connection ID.

correlationId: string

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

invitationId: string

Invitation ID used to cancel the add participant request.

kind

kind of this event.

resultInformation?: ResultInformation

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

serverCallId: string

Server call ID.