TransferToParticipantOptions Constructors

Definition

Overloads

TransferToParticipantOptions(CommunicationUserIdentifier)

Creates a new TransferToParticipantOptions object.

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

Creates a new TransferToParticipantOptions object.

TransferToParticipantOptions(PhoneNumberIdentifier)

Creates a new TransferToParticipantOptions object.

TransferToParticipantOptions(CommunicationUserIdentifier)

Source:
TransferToParticipantOptions.cs
Source:
TransferToParticipantOptions.cs

Creates a new TransferToParticipantOptions object.

public TransferToParticipantOptions (Azure.Communication.CommunicationUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.CommunicationUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As CommunicationUserIdentifier)

Parameters

targetIdentity
CommunicationUserIdentifier

The target to transfer the call to.

Applies to

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

Source:
TransferToParticipantOptions.cs
Source:
TransferToParticipantOptions.cs

Creates a new TransferToParticipantOptions object.

public TransferToParticipantOptions (Azure.Communication.MicrosoftTeamsUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.MicrosoftTeamsUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As MicrosoftTeamsUserIdentifier)

Parameters

targetIdentity
MicrosoftTeamsUserIdentifier

The target to transfer the call to.

Applies to

TransferToParticipantOptions(PhoneNumberIdentifier)

Source:
TransferToParticipantOptions.cs
Source:
TransferToParticipantOptions.cs

Creates a new TransferToParticipantOptions object.

public TransferToParticipantOptions (Azure.Communication.PhoneNumberIdentifier targetPhoneNumberIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.PhoneNumberIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetPhoneNumberIdentity As PhoneNumberIdentifier)

Parameters

targetPhoneNumberIdentity
PhoneNumberIdentifier

The target to transfer the call to.

Applies to