- Azure Communication Services introduces the concept of a
room
for developers who are building structured conversations such as virtual appointments or virtual events. Learn more about rooms here. Get started using rooms by following the quick start guides.
- Fixes for missing MediaStats
summaryReported
event when receiving screen sharing stream
- New MediaStatsCallFeature now reports media stream statistics for each stream type and direction.
- Users cannot call themselves.
- Fix for mid call device source switch.
ChatClient
now supports Push Notifications for Chat events- Following methods added to
ChatClient
:startPushNotifications(deviceToken:)
stopPushNotifications()
- Added the prototol
PushNotificationKeyStorage
and the classAppGroupPushNotificationKeyStorage
to support PushNotification Encryption Key Management
The initial release of the Azure Communication Services SDK for Email has the following features:
- send emails to multiple recipients with attachments
- get the status of a sent message
The first preview of the Azure Communication Email Client has the following features:
- send emails to multiple recipients with attachments
- get the status of a sent message
- Auth Support : Added support for AAD authentication and Managed Identity
Fix for Github Issue: ACS email preview - Repeatability first sent header was not in 5 minutes window · Issue #98227
- Setting up Call Title and Subtitle is now availble by customizing
CallCompositeLocalOptions
withCallCompositeSetupScreenViewData
. - Implemented new error message
cameraFailure
that can be sent to developers when initiating or turning on camera fails. - Error message now shown when network is not available before joining a call.
- Added new button to allow user to quickly navigate to app's info page when permissions are denied.
-
Implemented new error message
cameraFailure
that can be sent to developers when: -
Introduced NavigationBarViewData as a new local launch option to customize title and subtitle in set up view. #309
-
An alert would now be shown when joining the call with no active network connection #328
-
A new link to system settings was added to change camera and video permission directly 313