Skip to content

azure-communication-rooms_1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 17 May 19:25
4ee868f

1.0.0-beta.3 (2023-05-17)

Features Added

  • Added new function listRooms to list all created rooms by returning PagedIterable<CommunicationRoom>,
  • Added pagination support for listParticipants by returning PagedIterable<RoomParticipant>.

Breaking Changes

  • Changed: updateRoom no longer accepts participant list as input.
  • Changed: Replaced addParticipants and updateParticipants with addOrUpdateParticipants.
  • Changed: Renamed RoleType to ParticipantRole.
  • Changed: Renamed getParticipants to listParticipants.
  • Changed: Renamed CreatedOn to CreatedAt in CommunicationRoom.
  • Changed: removeParticipants now takes in a Iterable<CommunicationIdentifier> instead of Iterable<RoomParticipant>.
  • Removed: participants from CommunicationRoom model.
  • Removed: roomJoinPolicy so all rooms are invite-only by default.