- Update azure-code dependency
- Updated azure-code dependency to the latest version 1.32.0
- General Availability version of PSTN dial-out capability feature.
- Added support for a new communication identifier
MicrosoftTeamsAppIdentifier
.
- The
MicrosoftBotIdentifier
andMicrosoftBotProperties
have been deprecated.
- Added support for PSTN dial-out capability
- Stable release of
azure-communication-rooms
.
- Added the ability specify the API version by an optional
api_version
keyword parameter. - New function
list_rooms
added inRoomsClient
to list all valid rooms. - Added pagination support for
list_participants
.
- Changed:
update_room
no longer accepts participant list as input. - Changed: Replaced
add_participants
andupdate_participants
withadd_or_update_participants
. - Changed: Renamed
RoleType
toParticipantRole
. - Changed: Renamed
created_on
tocreated_at
inCommunicationRoom
. - Changed: Renamed
get_participants
tolist_participants
inRoomsClient
. - Removed: Removed
participants
fromCommunicationRoom
class. - Removed: Removed
room_join_policy
, all rooms are invite-only by default.
- Invalid datestrings for
valid_from
andvalid_until
raises exception
Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.
- Initial version