Class ParticipantsCollection

java.lang.Object
com.azure.communication.rooms.models.ParticipantsCollection

public final class ParticipantsCollection extends Object
Collection of participants in a room.
  • Constructor Details

    • ParticipantsCollection

      public ParticipantsCollection()
  • Method Details

    • getParticipants

      public List<RoomParticipant> getParticipants()
      Get the participants property: Room Participants.
      Returns:
      the participants value.
    • setParticipants

      public ParticipantsCollection setParticipants(List<RoomParticipant> participants)
      Set the participants property: Room Participants.
      Parameters:
      participants - the participants value to set.
      Returns:
      the ParticipantsCollection object itself.