- Bug fix for 'addOrUpdateParticipants' and 'removeParticipants' methods to wait for the operation to complete before returning
- General Availability version of PSTN dial-out capability feature
- Added support for PSTN dial-out capability
General Availability version of the Azure Communication Services Rooms JavaScript SDK.
- Added
listRooms
method - Added pagination support to
listParticipants
- Changed: Renamed
getParticipants
tolistParticipants
withPromise<PagedAsyncIterableIterator<Partial<RoomParticipant>>>
return type - Changed: Renamed
createdDateTime
tocreatedAt
inRoom
- Changed: Rename
Room
toCommunicationRoom
- Changed: Replaced
addParticipants
andupdateParticipants
methods withupsertParticipants
- Changed: Renamed
RoleType
toParticipantRole
- Removed:
roomJoinPolicy
andparticipants
fromUpdateRoomOptions
- Removed:
participants
fromRoom
- Removed:
roomJoinPolicy
fromRoom
, all rooms are invite-only by default
- Updated to
@azure/communication-common
2.2.0.
The first preview of the Azure Communication Rooms Client has the following features:
- create a room with upto 6 months validity
- add, remove and update participants to the room
- create open or closed rooms