Site icon TheWindowsUpdate.com

Azure Communication Services November 2022 Feature Updates

This post has been republished via RSS; it originally appeared at: New blog articles in Microsoft Community Hub.

 

The Azure Communication Services team is excited to share our product and feature updates for November 2022. (You can view previous blog articles here.)  

 

This month’s update describes the three features below: 

  

UI Library update: 1:N and PSTN Support 

The Azure Communication Services UI Library is adding new capabilities to support PSTN and 1:1 outbound calling that can be added to your application with only a couple lines of code. These new capabilities support developers in building common scenarios like dialers. 

 

Dialers enable users to dial a number or look for a user to start a call with. Paired with a CRM system, this capability can further empower sales and support agents to connect with your customers, all within the existing application already in use. 

 

Developers can start by leveraging the dialpad component. With this component, developers can capture input from a user to be used to start a call. It can also be leveraged during a call to add other participants into the call or use DTMF tones to navigate an IVR system.  

 

 

Developers can listen to events generated by the dialpad control directly to act on them:  

 

 

  

For the call experience itself, developers can choose between our call composite or UI components, both of which support PSTN and 1:N outbound calling. The call composite offers a faster integration path with only a couple lines of code and basic customization for theming and styling. If you need additional customization or want to have finer control over the behavior of the experience UI components can help.  

 

Get Started  

To get started, check out our quickstarts for PSTN and 1:N outbound.  

 

Note: To leverage PSTN capabilities, you are required to purchase a phone number for Azure Communication Services.  

 

UI Library update: Role-controlled Rooms support 

 

The Azure Communication Services UI Library is adding support for role-based controlled Rooms that can be added to your application with only a couple lines of code. Through the UI Library, developers can leverage the recently released Rooms capabilities which allow for role-based controls and scheduling.  

 

Rooms open the realm of possibilities for developers building scenarios like virtual events and classrooms.  Developers can assign roles to different users to limit the set of features they have access to. They can control the meeting to make sure only invitees can come in. Azure Communication Services UI Library makes it easy to leverage Rooms capabilities within your application.  

 

To get started with Rooms, developers will need to create a room for participants to join. They can add or remove participants from that Room as needed. The overall architecture of the system is displayed below.  

 

 

Once a room is created, developers can use the UI Library with Azure Communication Services calling composite or UI components to build a client-side experience to access that room. The UI Library experience automatically adapts to the role of the participant within the Room. For example, attendees have limited capabilities vs presenters have access to all features including screen sharing. 

 

Get Started  

To get started, check out our QuickStart for UI Library with Rooms.  

 

Virtual appointment sample: Post call survey 

 

The Post call survey feature is the latest addition to the Virtual Appointment Sample and Sample Builder, and is one of the top requested features for a Virtual Appointment scenario from customers in the health field.  

 

The virtual appointment template in the Sample Builder gives customers a no-code wizard to customize an application and deploy it to Azure or their Git repo. The builder helps developers quickly visualize and try out what they can build with Azure Communication Services.  

Post call surveys are important because they provide valuable feedback. This feedback can be used to improve the customer experience, and it helps companies understand what customers value and what they don't. It also helps companies understand where improvements can be made.  

 

 How does it work?  

Developers will be able to easily configure post-call surveys. There are three options to choose from:   

  1. Embedded one-question poll: configure the copy and type of question (like/dislike, 0-5 stars or free text input) and answers will be saved to the database with context information.  
  2. Use MS Forms: simply paste your configured MS form and it will be presented after the call. 
  3. Use a third-party survey service: paste your third-party service survey link and it will be presented after the call. 

Simply select the preferred option from the new step in the wizard and complete the required information as shown in the sample below.   

   

 

 

 When the Sample is deployed the survey will be displayed after the call ends.  

 

 

To get started, check out the tutorial at aka.ms/virtual-appointments or jump right into the wizard at aka.ms/acs-sample-builder.  

Exit mobile version