Azure Communication Services March 2023 Feature Updates
The Azure Communication Services team is excited to share several new product and feature updates released in February 2023. (You can view previous blog articles here.)
This month’s update describes the features below:
- Virtual Appointment Sample with Rooms
- Virtual Appointments Support CMK
- ACS Direct Offers Geo Expansion
- UI Library Updates
- Video Constraints API to control Call Quality
Virtual Appointments Sample Builder Integration with Rooms
Sample Builder gives customers a no-code wizard to customize a virtual appointment sample application and deploy it to Azure or clone to their Git repo. It helps customers to quickly visualize and try out what they can build with ACS. The General Availability release and integration of Rooms into the virtual appointment Sample is an exciting development that improves the virtual appointment sample configuration and deployment time and experience.
The new ‘Room’ concept is useful for developers creating virtual appointments or events with voice and video calling, called structure communications. Rooms offer control over who joins the room with an invite-only feature. Rooms also allow the use of predefined roles and permissions, which can be helpful for large meetings or virtual conferences.
With the integration of Rooms, Sample Builder now has two scheduling methods: Rooms and Microsoft Bookings. The configuration of Microsoft Bookings is now an optional feature that can be configured in the deployed Sample, rather than being enforced during the setup process. Additionally, a feedback button has been incorporated into the Sample Builder, and various accessibility enhancements have been made.
Figure 1 Scheduling experience options
Virtual Appointments Support Customer Managed Key
Virtual appointments in Azure Communications Services now supports Microsoft Purview Customer Managed Key (CMK). Customer Managed Key allows organizations to encrypt data in Teams meetings, such as chat messages, with their key. Azure Active Directory users with Global Administrator permissions can configure Customer Managed Key in the tenant based on the documentation. Azure Communication Services users joining a Teams meeting can read and send encrypted messages with Customer key support once enabled.
Note: The data is encrypted at rest, not end-to-end.
Azure Communication Services Direct Offers Geo Expansion
Azure Communication Services Direct Offers are now generally available in 7 countries: United States, Puerto Rico, Canada, United Kingdom, Italy, Ireland, and Sweden. Geo availability of our telco offers is one of the top priorities for Azure Communication Services, and we are excited to continue this expansion.
Customers in these countries can now buy Toll-Free and Geographic phone numbers through the Azure Portal, using the Number Management SDK or by reaching out to the IC3 Service Desk.
UI Library Updates
The Azure Communication Services UI Library enables developers to quickly build beautiful, visual communication experiences across chat and calling. As part of our latest update, we are releasing to public preview three new features:
- Support for Communications as a Teams User: The UI Library allows you to extend your Microsoft Teams capabilities by leveraging your Teams identity to build custom clients. For more information on Communications as a Teams user, click here.
- Participant pinning: The video gallery component now supports the ability to pin a participant. This is a key feature for uses cases like presentations where the speaker is pinned as well as for accessibility, where interpreters can be pinned in the video gallery.
- To ensure your customers have a great calling experience, the UI Library now supports checks for browser, devices and permissions. These checks are built directly into the Composite components for calling but can also be leveraged individually either in conjunction with other UI Library components or with your custom calling experience. You can read more in our recent blog post Improve the call experience or check out our tutorial.
Video Constraints API to Control Call Quality
Azure Communication Services has unveiled a new capability for developers to control video quality during calls. On Azure Communication Services calls the video quality will dynamically change based on the device or network quality. With the Public Preview of the Video Constraints API, developers can have greater control of their quality by setting constraints on the video resolution to ensure that a call is optimized for (1) user device and/or (2) network conditions. For example, if a user is using an older device with limited processing power, developers can set constraints on the video resolution to ensure that the video call runs smoothly on that device. For network optimization, there may be cases where pushing the highest video quality isn't a top priority and developers may want to limit the video bandwidth usage in the application to allow for processing of other capabilities.
Learn how to implement video constraints in this documentation.
Published on:
Learn moreRelated posts
Fabric Mirroring for Azure Cosmos DB: Public Preview Refresh Now Live with New Features
We’re thrilled to announce the latest refresh of Fabric Mirroring for Azure Cosmos DB, now available with several powerful new features that e...
Power Platform – Use Azure Key Vault secrets with environment variables
We are announcing the ability to use Azure Key Vault secrets with environment variables in Power Platform. This feature will reach general ava...
Validating Azure Key Vault Access Securely in Fabric Notebooks
Working with sensitive data in Microsoft Fabric requires careful handling of secrets, especially when collaborating externally. In a recent cu...
Azure Developer CLI (azd) – May 2025
This post announces the May release of the Azure Developer CLI (`azd`). The post Azure Developer CLI (azd) – May 2025 appeared first on ...
Azure Cosmos DB with DiskANN Part 4: Stable Vector Search Recall with Streaming Data
Vector Search with Azure Cosmos DB In Part 1 and Part 2 of this series, we explored vector search with Azure Cosmos DB and best practices for...
General Availability for Data API in vCore-based Azure Cosmos DB for MongoDB
Title: General Availability for Data API in vCore-based Azure Cosmos DB for MongoDB We’re excited to announce the general availability of the ...
Efficiently and Elegantly Modeling Embeddings in Azure SQL and SQL Server
Storing and querying text embeddings in a database it might seem challenging, but with the right schema design, it’s not only possible, ...