次の方法で共有


CallConnection.GetParticipants(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

IEnumerable<T>

例外

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

適用対象