Skip to content

Commit b8d6088

Browse files
committed
Fix PR review comments
1 parent 7ea5b64 commit b8d6088

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

articles/communication-services/concepts/ui-library/includes/mobile-ui-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The distinction between each role lies in the capabilities they possess during a
7575

7676
Closed captions enable a wide range of scenarios, including interoperability with Teams, Azure Communication Services Group calls, Rooms calls, and one-on-one calls. This feature ensures that users can follow along with conversations in various calling environments, **enhancing accessibility** and user experience. However, it's important to note that users need to manually select the language for captions using the UI Library out of the box, as the system doesn't automatically detect the spoken language.
7777

78-
:::image type="content" source="mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
78+
:::image type="content" source="mobile-ui-closed-captions.png" alt-text="Screenshot of how it looks like closed captions into the UI Library":::
7979

8080
> [!NOTE]
8181
>Closed Captions will not be billed at the beginning of its Public Preview. This is for a limited time only, usage of Captions will likely be billed starting from June.

articles/communication-services/how-tos/ui-library-sdk/closed-captions.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable scenarios using close captions and the UI Library
2+
title: Enable scenarios using closed captions and the UI Library
33
titleSuffix: An Azure Communication Services how-to guide
44
description: Enable scenarios using closed captions and Azure Communication Services UI Library.
55
author: garchiro7
@@ -8,7 +8,7 @@ ms.service: azure-communication-services
88
ms.subservice: calling
99
ms.topic: how-to
1010
ms.date: 07/01/2024
11-
ms.custom: template-how-to
11+
ms.custom: references_regions
1212
zone_pivot_groups: acs-plat-ios-android
1313

1414
#Customer intent: As a developer, I want setup closed captions into a call using the UI Library.
@@ -20,43 +20,43 @@ Closed captions play a critical role in video voice calling apps, providing nume
2020

2121
In this article, you learn how to enable closed captions scenarios using the UI Library. There's two main scenarios to enable closed captions: Azure Communication Services video and voice calls and Interop calls.
2222

23-
## Azure Communication Service Based Captions
23+
## Azure Communication Service based captions
2424

2525
Supported for calls involving Azure Communication Service users only. Currently, Azure Communication Service captions **do not support language translation**.
2626

27-
## Teams Interop Closed Captions
27+
## Teams Interop closed captions
2828

2929
Supported during calls with one or more Teams users.
3030

31-
### Translation Support
31+
### Translation support
3232

3333
Unlike Azure Communication Service closed captions, Teams Interop closed captions support translation. Users can opt to have closed captions translated into a different language through the captions settings.
3434

35-
## How to Use Captions
35+
## How to use captions
3636

3737
Captions are seamlessly integrated within the `CallingUILibrary`.
3838

39-
1. **Activate Captions**:
39+
1. **Activate captions**:
4040
- During a connected call, navigate to the control bar and click the **more button**.
4141
- In the menu pop-up, toggle to turn on captions.
4242

43-
2. **Adjust Spoken Language**:
43+
2. **Adjust spoken language**:
4444
- If a different language is being used in the meeting, users can change the spoken language via the UI. This change applies to all users in the call.
4545

46-
3. **Set Caption Language** (for Teams Interop Closed Captions):
47-
- By default, live captions are displayed in the language that's spoken during the meeting or event. Live translated captions allow users to see captions translated into the language they’re most comfortable with.
48-
- Change the caption language by clicking on the **Captions Language button** after captions have started, if translation to a different language is desired.
46+
3. **Set caption language** (for Teams Interop Closed Captions):
47+
- By default, live captions are displayed in the meeting or event spoken language. Live translated captions allow users to see captions translated into the language they’re most comfortable with.
48+
- Change the caption language by clicking on the **Captions language** button after captions starts, if translation to a different language is desired.
4949

50-
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
50+
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Screenshot of how it looks like closed captions into the UI Library":::
5151

5252
> [!NOTE]
5353
> Live translated captions in meetings are only available as part of [**Teams Premium**](https://learn.microsoft.com/> MicrosoftTeams/teams-add-on-licensing/licensing-enhance-teams#meetings), an add-on license that provides additional features to make Teams meetings more personalized, intelligent, and secure. To get access to Teams Premium, contact your IT admin. More details you can find it [here](../calling-sdk/closed-captions-teams-interop-how-to.md).
5454
5555
## Supported languages
5656

57-
Azure Communication Services supports various spoken languages for captions. Below is the list of supported language codes that can be used with the `setSpokenLanguage` method to set the desired language for captions:
57+
Azure Communication Services supports various spoken languages for captions. The next table contains the list of supported language codes that you can use with the `setSpokenLanguage` method to set the desired language for captions.
5858

59-
| Language | ACS Spoken Code | Teams Spoken Code | Teams Caption Code |
59+
| Language | ACS Spoken Code | Teams Spoken Code | Teams Captions Code |
6060
|-----------------------|-----------------|-------------------|--------------------|
6161
| Arabic | ar-ae, ar-sa | ar-ae, ar-sa | ar |
6262
| Danish | da-dk | da-dk | da |

0 commit comments

Comments
 (0)