Package version:

The call transfer accepted event.

interface RestCallTransferAccepted {
    callConnectionId?: string;
    correlationId?: string;
    operationContext?: string;
    resultInformation?: RestResultInformation;
    serverCallId?: string;
    transferee?: CommunicationIdentifierModel;
    transferTarget?: CommunicationIdentifierModel;
}

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.

resultInformation?: RestResultInformation

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

serverCallId?: string

Server call ID.

transferee?: CommunicationIdentifierModel

the participant who is being transferred away.

transferTarget?: CommunicationIdentifierModel

Target who the call is transferred to.