github Azure/azure-sdk-for-python azure-communication-rooms_1.0.0b3

latest releases: azure-template_0.1.0b3738131, azure-monitor-opentelemetry_1.4.1, azure-monitor-opentelemetry-exporter_1.0.0b25...
pre-release11 months ago

1.0.0b3 (2023-05-17)

Features Added

  • Added the ability specify the API version by an optional api_version keyword parameter.
  • New function list_rooms added in RoomsClient to list all valid rooms.
  • Added pagination support for list_participants.

Breaking Changes

  • Changed: update_room no longer accepts participant list as input.
  • Changed: Replaced add_participants and update_participants with add_or_update_participants.
  • Changed: Renamed RoleType to ParticipantRole.
  • Changed: Renamed created_on to created_at in CommunicationRoom.
  • Changed: Renamed get_participants to list_participants in RoomsClient.
  • Removed: Removed participants from CommunicationRoom class.
  • Removed: Removed room_join_policy, all rooms are invite-only by default.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.