RoomsClient.GetParticipants(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the room participants.
public virtual Azure.Pageable<Azure.Communication.Rooms.RoomParticipant> GetParticipants (string roomId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetParticipants : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Communication.Rooms.RoomParticipant>
override this.GetParticipants : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Communication.Rooms.RoomParticipant>
Public Overridable Function GetParticipants (roomId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RoomParticipant)
Parameters
- roomId
- String
- cancellationToken
- CancellationToken
Returns
Exceptions
roomId
is null.
The server returned an error. See Message for details returned from the server.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET