Package version:

Event when transfer request was successful.

interface CallTransferAccepted {
    callConnectionId: string;
    correlationId: string;
    kind: "CallTransferAccepted";
    resultInformation?: ResultInformation;
    serverCallId: string;
    transferee: CommunicationIdentifier;
    transferTarget: CommunicationIdentifier;
}

Hierarchy

  • Omit<RestCallTransferAccepted,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "resultInformation"
        | "transferee"
        | "transferTarget">
    • CallTransferAccepted

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.

resultInformation?: ResultInformation

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

serverCallId: string

Server call ID.

transferee: CommunicationIdentifier

Participant that was transferred away

transferTarget: CommunicationIdentifier

Target that transferee is transferred to