CallInvite 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
CallInvite(CommunicationUserIdentifier) |
Creates a new CallInvite object. |
CallInvite(MicrosoftTeamsUserIdentifier) |
Creates a new CallInvite object. |
CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier) |
Creates a new CallInvite object. |
CallInvite(CommunicationUserIdentifier)
- Source:
- CallInvite.cs
- Source:
- CallInvite.cs
Creates a new CallInvite object.
public CallInvite (Azure.Communication.CommunicationUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.CommunicationUserIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetIdentity As CommunicationUserIdentifier)
Parameters
- targetIdentity
- CommunicationUserIdentifier
Applies to
CallInvite(MicrosoftTeamsUserIdentifier)
- Source:
- CallInvite.cs
- Source:
- CallInvite.cs
Creates a new CallInvite object.
public CallInvite (Azure.Communication.MicrosoftTeamsUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.MicrosoftTeamsUserIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetIdentity As MicrosoftTeamsUserIdentifier)
Parameters
- targetIdentity
- MicrosoftTeamsUserIdentifier
Applies to
CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier)
- Source:
- CallInvite.cs
- Source:
- CallInvite.cs
Creates a new CallInvite object.
public CallInvite (Azure.Communication.PhoneNumberIdentifier targetPhoneNumberIdentity, Azure.Communication.PhoneNumberIdentifier callerIdNumber);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.PhoneNumberIdentifier * Azure.Communication.PhoneNumberIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetPhoneNumberIdentity As PhoneNumberIdentifier, callerIdNumber As PhoneNumberIdentifier)
Parameters
- targetPhoneNumberIdentity
- PhoneNumberIdentifier
- callerIdNumber
- PhoneNumberIdentifier
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET