次の方法で共有


CommunicationCallAutomationModelFactory.CallParticipant メソッド

定義

CallParticipant の新しいインスタンスを初期化します。

public static Azure.Communication.CallAutomation.CallParticipant CallParticipant (Azure.Communication.CommunicationIdentifier identifier = default, bool isMuted = false);
static member CallParticipant : Azure.Communication.CommunicationIdentifier * bool -> Azure.Communication.CallAutomation.CallParticipant
Public Shared Function CallParticipant (Optional identifier As CommunicationIdentifier = Nothing, Optional isMuted As Boolean = false) As CallParticipant

パラメーター

identifier
CommunicationIdentifier

通信識別子。

isMuted
Boolean

参加者がミュートされています。

戻り値

モック作成用の新しい CallParticipant インスタンス。

適用対象