次の方法で共有


CallInvite コンストラクター

定義

オーバーロード

CallInvite(CommunicationUserIdentifier)

新しい CallInvite オブジェクトを作成します。

CallInvite(MicrosoftTeamsUserIdentifier)

新しい CallInvite オブジェクトを作成します。

CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier)

新しい CallInvite オブジェクトを作成します。

CallInvite(CommunicationUserIdentifier)

ソース:
CallInvite.cs
ソース:
CallInvite.cs

新しい CallInvite オブジェクトを作成します。

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

パラメーター

適用対象

CallInvite(MicrosoftTeamsUserIdentifier)

ソース:
CallInvite.cs
ソース:
CallInvite.cs

新しい CallInvite オブジェクトを作成します。

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

パラメーター

適用対象

CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier)

ソース:
CallInvite.cs
ソース:
CallInvite.cs

新しい CallInvite オブジェクトを作成します。

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)

パラメーター

targetPhoneNumberIdentity
PhoneNumberIdentifier
callerIdNumber
PhoneNumberIdentifier

適用対象