次の方法で共有


CallConnection.GetParticipantAsync メソッド

定義

通話から参加者を取得します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallParticipant>> GetParticipantAsync (Azure.Communication.CommunicationIdentifier participantIdentifier, System.Threading.CancellationToken cancellationToken = default);
abstract member GetParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallParticipant>>
override this.GetParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallParticipant>>
Public Overridable Function GetParticipantAsync (participantIdentifier As CommunicationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CallParticipant))

パラメーター

participantIdentifier
CommunicationIdentifier

参加者の識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

CallParticipant

例外

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

participantIdentifier が null です。

適用対象