次の方法で共有


RoomsClient.RemoveParticipants メソッド

定義

会議室の参加者を削除します。

public virtual Azure.Response RemoveParticipants (string roomId, System.Collections.Generic.IEnumerable<Azure.Communication.CommunicationIdentifier> participantIdentifiers, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveParticipants : string * seq<Azure.Communication.CommunicationIdentifier> * System.Threading.CancellationToken -> Azure.Response
override this.RemoveParticipants : string * seq<Azure.Communication.CommunicationIdentifier> * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function RemoveParticipants (roomId As String, participantIdentifiers As IEnumerable(Of CommunicationIdentifier), Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

roomId
String
participantIdentifiers
IEnumerable<CommunicationIdentifier>
cancellationToken
CancellationToken

戻り値

適用対象