Skip to content

Commit 0683270

Browse files
committed
fix code
1 parent 072cc16 commit 0683270

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zone_pivot_groups: acs-plat-ios-android
1818

1919
Closed captions play a critical role in video voice calling apps, providing numerous benefits that enhance the accessibility, usability, and overall user experience of these platforms.
2020

21-
In this article, you learn how to enable closed captions scenarios using the UI Library. There is two main scenarios to enable closed captions: Azure Communication Services video and voice calls and Interop calls.
21+
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

2323
## Azure Communication Service Based Captions
2424

@@ -38,13 +38,13 @@ Captions are seamlessly integrated within the `CallingUILibrary`.
3838

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

4343
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

4646
3. **Set Caption Language** (for Teams Interop Closed Captions):
47-
- By default, live captions are displayed in the language thats spoken during the meeting or event. Live translated captions allow users to see captions translated into the language they’re most comfortable with.
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.
4848
- Change the caption language by clicking on the **Captions Language button** after captions have started, if translation to a different language is desired.
4949

5050
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
@@ -54,7 +54,7 @@ Captions are seamlessly integrated within the `CallingUILibrary`.
5454
5555
## Supported languages
5656

57-
Azure Communication Services supports a variety of 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. Below is the list of supported language codes that can be used with the `setSpokenLanguage` method to set the desired language for captions:
5858

5959
| Language | ACS Spoken Code | Teams Spoken Code | Teams Caption Code |
6060
|-----------------------|-----------------|-------------------|--------------------|

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.service: azure-communication-services
1010

1111
### Enable closed captions
1212

13+
The method `setCaptionsOn` is configured to start captions by default.
14+
1315
#### [Kotlin](#tab/kotlin)
1416

1517
```kotlin

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.service: azure-communication-services
1010

1111
### Enable closed captions
1212

13+
The method `captionsOn` is configured to start captions by default.
14+
1315
```swift
1416
let captionsOptions = CaptionsOptions(
1517
captionsOn: true,

0 commit comments

Comments
 (0)