Skip to content

Commit 346e4c6

Browse files
committed
Fixed capitalization and acronyms
Fixed Call queue, Auto attendant, and B2C to align with Learn platform standards.
1 parent 3d82ed2 commit 346e4c6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/communication-services/whats-new.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Our applications can now directly call individual Microsoft Teams users. Those T
2424
- Teams call queues and Auto Attendant
2525
- Teams meetings
2626

27-
You can use these features in business-2-consumer contact center and meeting applications to keep external customers in highly tailored websites and app experiences. You can also use this feature to keep all employee and agent communication activity in a single hub: Teams.
27+
You can use these features in business-to-coustomer (B2C) contact center and meeting applications to keep external customers in highly tailored websites and app experiences. You can also use this feature to keep all employee and agent communication activity in a single hub: Teams.
2828

2929
For more information, see [Capabilities for Microsoft Teams users in Azure Communication Services calls](./concepts/interop/guest/calling-capabilities.md).
3030

@@ -69,7 +69,7 @@ We also revamped the error code documentation to offer better guidance for handl
6969

7070
For more information, see:
7171

72-
- [Troubleshooting guide for Call Automation SDK error codes](./resources/troubleshooting/voice-video-calling/troubleshooting-codes.md#call-automation-sdk-error-codes).
72+
- [Troubleshooting guide for Call Automation SDK error codes](./resources/troubleshooting/voice-video-calling/troubleshooting-codes.md&pivots=automation#call-automation-sdk-error-codes).
7373
Our docs on how to view Azure Communication Services Callback events via Azure Metrics.
7474

7575
## October 2024
@@ -94,9 +94,9 @@ const incomingCallHandler = async (args: { incomingCall: IncomingCall }) => { co
9494
9595
For more information, see [CallerInfo interface](/javascript/api/azure-communication-services/@azure/communication-calling/callerinfo), [Manage calls > Receive an incoming call](./how-tos/calling-sdk/manage-calls.md#receive-an-incoming-call), and [Manage calls > Check call properties](./how-tos/calling-sdk/manage-calls.md#check-call-properties).
9696
97-
### Remote Mute VoIP meeting participants
97+
### Remote mute VoIP meeting participants
9898
99-
Conducting disruption free group meetings, virtual appointments, and B2C engagements often require controls to manage noise from inattentive participants. A participant might be driving and speaking to their friends without realizing that their noise and conversation is being relayed to participants in the meeting. The ability to remotely mute a VoIP participant comes handy in such situations. It enables another participant to remotely mute one or more VoIP participants in the call. Participants who are muted can unmute themselves when they need to speak.
99+
Conducting disruption free group meetings, virtual appointments, and business-to-consumer (B2C) engagements often require controls to manage noise from inattentive participants. A participant might be driving and speaking to their friends without realizing that their noise and conversation is being relayed to participants in the meeting. The ability to remotely mute a VoIP participant comes handy in such situations. It enables another participant to remotely mute one or more VoIP participants in the call. Participants who are muted can unmute themselves when they need to speak.
100100
101101
The ability to remotely mute a participant is now generally available for calls with the following specific functions:
102102
@@ -124,7 +124,7 @@ In addition to server programmability of Rooms and troubleshooting improvements,
124124
125125
- **Hold/Unhold:** Provide developers with the ability to play music while putting participants on hold through supported file formats of WAV and MP3.
126126
127-
- **Play multiple audio files:** We enhanced our existing Play and Recognize APIs to support the ability for developers to provide multiple audio files, text, and Speech Synthesis Markup Language (SSML) inputs when requesting a Play or Recognize action.
127+
- **Play multiple audio files:** We enhanced our existing Play and Recognize APIs. Developers now have the ability to provide multiple audio files, text files, and Speech Synthesis Markup Language (SSML) inputs when requesting a Play or Recognize action.
128128
129129
- **Play barge-in:** Developers can provide barge-in capability to the Play action, enabling you to interrupt a current prompt, such as hold music, with a new message such as wait time announcement.
130130
@@ -242,15 +242,15 @@ For more information, see [Bring your own Azure storage overview](./concepts/cal
242242
243243
### Enhance custom app experiences with Microsoft Teams
244244
245-
We’re announcing a set of enhancements for developers building custom app and website experiences that connect to users on Microsoft Teams. Azure Communication Services and these new capabilities are especially tailored for business-to-customer (B2C) interactions where an external user (the customer) talks to an employee that is using Teams (the business).
245+
We’re announcing a set of enhancements for developers building custom app and website experiences that connect to users on Microsoft Teams. Azure Communication Services and these new capabilities are especially tailored for business-to-consumer (B2C) interactions where an external user (the consumer) talks to an employee that is using Teams (the business).
246246
247-
In-Teams Enhancements
247+
In-Teams enhancements:
248248
249249
- Breakout Rooms
250250
- Together Mode
251251
- Enhanced Audio
252252
253-
Joining Teams Made Easier
253+
Joining Teams made easier:
254254
255255
- Short URL
256256
- Join by Meeting ID
@@ -327,7 +327,7 @@ For more information, see:
327327
328328
#### Real-time audio streaming: Capture and analyze conversations
329329
330-
Building on the power of real-time capabilities, developers now have access to real-time audio streams. This enables developers to create server applications that capture and analyze audio for each participant on a call as it happens.
330+
Building on the power of real-time capabilities, developers now have access to real-time audio streams. Access to real-time audio streams enables developers to create server applications that capture and analyze audio for each participant on a call as it happens.
331331
332332
:::image type="content" source="media/whats-new-images/real-time-audio-streaming.png" alt-text="Diagram showing how to integrate real-time audio streaming in your app." lightbox="media/whats-new-images/real-time-audio-streaming.png":::
333333
@@ -639,13 +639,13 @@ For more information, see [Enable audio-only mode in the UI Library](./how-tos/u
639639
640640
## March 2024
641641
642-
### Calling to Microsoft Teams call queues and auto attendants
642+
### Calling to Microsoft Teams Call queues and Auto attendants
643643
644-
Calling to Teams call queues and auto attendants is now generally available in Azure Communication Services, along with click-to-call for Teams Phone.
644+
Calling to Teams Call queues and Auto attendants is now generally available in Azure Communication Services, along with click-to-call for Teams Phone.
645645
646-
Organizations can enable customers to quickly reach their sales and support members on Microsoft Teams. When you add a [click-to-call widget](./tutorials/calling-widget/calling-widget-tutorial.md) onto a website, such as a **Sales** button that points to a sales department or a **Purchase** button that points to procurement, customers are just one click away from a direct connection to a Teams call queue or auto attendant.
646+
Organizations can enable customers to quickly reach their sales and support members on Microsoft Teams. When you add a [click-to-call widget](./tutorials/calling-widget/calling-widget-tutorial.md) onto a website, such as a **Sales** button that points to a sales department or a **Purchase** button that points to procurement, customers are just one click away from a direct connection to a Teams Call queue or Auto attendant.
647647
648-
Learn more about joining your calling app to a Teams [call queue](./quickstarts/voice-video-calling/get-started-teams-call-queue.md) or [auto attendant](./quickstarts/voice-video-calling/get-started-teams-auto-attendant.md), and about [building contact center applications](./tutorials/contact-center.md).
648+
Learn more about joining your calling app to a Teams [Call queue](./quickstarts/voice-video-calling/get-started-teams-call-queue.md) or [Auto attendant](./quickstarts/voice-video-calling/get-started-teams-auto-attendant.md), and about [building contact center applications](./tutorials/contact-center.md).
649649
650650
### Email updates
651651

0 commit comments

Comments
 (0)