英語で読む

次の方法で共有


CallConnection.RemoveParticipantAsync メソッド

定義

オーバーロード

RemoveParticipantAsync(RemoveParticipantOptions, CancellationToken)

ソース:
CallConnection.cs
ソース:
CallConnection.cs

通話から参加者を削除します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.RemoveParticipantResult>> RemoveParticipantAsync (Azure.Communication.CallAutomation.RemoveParticipantOptions options, System.Threading.CancellationToken cancellationToken = default);

パラメーター

options
RemoveParticipantOptions

RemoveParticipants 操作のオプション。

cancellationToken
CancellationToken

キャンセル トークン

戻り値

例外

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

options が null です。

適用対象

Azure SDK for .NET Preview および Azure SDK for .NET Latest
製品 バージョン
Azure SDK for .NET Latest, Preview

RemoveParticipantAsync(CommunicationIdentifier, String, CancellationToken)

ソース:
CallConnection.cs
ソース:
CallConnection.cs

通話から参加者を削除します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.RemoveParticipantResult>> RemoveParticipantAsync (Azure.Communication.CommunicationIdentifier participantToRemove, string operationContext = default, System.Threading.CancellationToken cancellationToken = default);

パラメーター

participantToRemove
CommunicationIdentifier

通話から削除する参加者の ID の一覧。

operationContext
String

操作コンテキスト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

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

participantToRemove が null です。

適用対象

Azure SDK for .NET Preview および Azure SDK for .NET Latest
製品 バージョン
Azure SDK for .NET Latest, Preview