Partager via


CallAutomationModelFactory.CallTransferAccepted Method

Definition

Initializes a new instance of CallTransferAccepted.

public static Azure.Communication.CallAutomation.CallTransferAccepted CallTransferAccepted (string callConnectionId = default, string serverCallId = default, string correlationId = default, string operationContext = default, Azure.Communication.CallAutomation.ResultInformation resultInformation = default, Azure.Communication.CommunicationIdentifier transferee = default, Azure.Communication.CommunicationIdentifier transferTarget = default);
static member CallTransferAccepted : string * string * string * string * Azure.Communication.CallAutomation.ResultInformation * Azure.Communication.CommunicationIdentifier * Azure.Communication.CommunicationIdentifier -> Azure.Communication.CallAutomation.CallTransferAccepted
Public Shared Function CallTransferAccepted (Optional callConnectionId As String = Nothing, Optional serverCallId As String = Nothing, Optional correlationId As String = Nothing, Optional operationContext As String = Nothing, Optional resultInformation As ResultInformation = Nothing, Optional transferee As CommunicationIdentifier = Nothing, Optional transferTarget As CommunicationIdentifier = Nothing) As CallTransferAccepted

Parameters

callConnectionId
String

Call connection ID.

serverCallId
String

Server call 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
ResultInformation

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

transferee
CommunicationIdentifier

the participant who is being transferred away.

transferTarget
CommunicationIdentifier

Target who the call is transferred to.

Returns

A new CallTransferAccepted instance for mocking.

Applies to