CallTransferAccepted Class

Definition

The call transfer accepted event.

public class CallTransferAccepted : Azure.Communication.CallAutomation.CallAutomationEventBase
type CallTransferAccepted = class
    inherit CallAutomationEventBase
Public Class CallTransferAccepted
Inherits CallAutomationEventBase
Inheritance
CallTransferAccepted

Properties

CallConnectionId

Call connection ID.

(Inherited from CallAutomationEventBase)
CorrelationId

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

(Inherited from CallAutomationEventBase)
OperationContext

Operation context.

(Inherited from CallAutomationEventBase)
ResultInformation

Gets the result info.

(Inherited from CallAutomationEventBase)
ServerCallId

Server call ID.

(Inherited from CallAutomationEventBase)
Transferee

Transferee is the participant who is transferring the call.

TransferTarget

The identity of the target where call should be transferred to.

Methods

Deserialize(String)

Deserialize CallTransferAccepted event.

Applies to