CallInvite Constructors

Definition

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

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

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