TransferToParticipantOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TransferToParticipantOptions(CommunicationUserIdentifier) |
Creates a new TransferToParticipantOptions object. |
TransferToParticipantOptions(MicrosoftTeamsUserIdentifier) |
Creates a new TransferToParticipantOptions object. |
TransferToParticipantOptions(PhoneNumberIdentifier) |
Creates a new TransferToParticipantOptions object. |
TransferToParticipantOptions(CommunicationUserIdentifier)
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)
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)
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
Azure SDK for .NET