Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 4.63 KB

2022-09-19.md

File metadata and controls

82 lines (62 loc) · 4.63 KB

Release notes for September 19th to October 3rd

Table of contents

Calling

Android

Features
  • 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.

JS

Bug fixes:
  • Fixes for missing MediaStats summaryReported event when receiving screen sharing stream
Features
  • New MediaStatsCallFeature now reports media stream statistics for each stream type and direction.
  • Users cannot call themselves.
Bug fixes:
  • Fix for mid call device source switch.

Chat

iOS

Features
  • ChatClient now supports Push Notifications for Chat events
  • Following methods added to ChatClient:
    • startPushNotifications(deviceToken:)
    • stopPushNotifications()
  • Added the prototol PushNotificationKeyStorage and the class AppGroupPushNotificationKeyStorage to support PushNotification Encryption Key Management

Email

Java

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

Python

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
Features:
  • Auth Support : Added support for AAD authentication and Managed Identity
Bug fixes:

Fix for Github Issue: ACS email preview - Repeatability first sent header was not in 5 minutes window · Issue #98227

UI Library

Android

Features
  • Setting up Call Title and Subtitle is now availble by customizing CallCompositeLocalOptions with CallCompositeSetupScreenViewData.
  • 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.

iOS

Features
  • Implemented new error message cameraFailure that can be sent to developers when:

    • turning on camera fails. #311
    • in rare cases device manager throws an error #301 #334
  • 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