Skip to content

Commit 84700c4

Browse files
committed
Fix how to doc
1 parent 583bd42 commit 84700c4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,33 @@ 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.
22+
23+
## Azure Communication Service Based Captions
24+
25+
Supported by default for calls involving Azure Communication Service users only. Currently, Azure Communication Service captions **do not** support language translation.
26+
27+
## Teams Interop Closed Captions
28+
29+
Also supported by default and included during calls with **one or more** Teams users.
30+
Translation Support: Unlike Azure Communication Service captions, Teams Interop Closed Captions support translation. Users can opt to have captions translated into a different language through the captions settings.
31+
32+
## Activate Closed Captions
33+
34+
### User Interaction
35+
2136
The Azure Communication Services UI Library offers the capabilities to enable closed captions in the calling composite and set up the default language, but the end users are always capable to select the language via UI interaction.
2237

2338
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
2439

25-
In this article, you learn how to enable closed captions scenarios using the UI Library.
40+
#### Spoken language
41+
42+
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.
43+
44+
#### Caption Language
45+
46+
- There's no default caption language set.
47+
- Change the caption language by clicking on the Captions Language button after captions have started, if translation to a different language is desired.
2648

2749
## Prerequisites
2850

0 commit comments

Comments
 (0)