次の方法で共有


CallConnection.GetParticipantsAsync(CancellationToken) メソッド

定義

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

public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>>> GetParticipantsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetParticipantsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>>>
override this.GetParticipantsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>>>
Public Overridable Function GetParticipantsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IReadOnlyList(Of CallParticipant)))

パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

IEnumerable<T>

例外

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

適用対象