Class ParticipantsCollection
java.lang.Object
com.azure.communication.rooms.models.ParticipantsCollection
Collection of participants in a room.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the participants property: Room Participants.setParticipants
(List<RoomParticipant> participants) Set the participants property: Room Participants.
-
Constructor Details
-
ParticipantsCollection
public ParticipantsCollection()
-
-
Method Details
-
getParticipants
Get the participants property: Room Participants.- Returns:
- the participants value.
-
setParticipants
Set the participants property: Room Participants.- Parameters:
participants
- the participants value to set.- Returns:
- the ParticipantsCollection object itself.
-