You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/closed-captions-teams-interop-how-to.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,3 +43,4 @@ For more information, see the following articles:
43
43
- Learn about [Voice](./manage-calls.md) and [Video calling](./manage-video.md).
44
44
- Learn about [Teams interoperability](./teams-interoperability.md).
45
45
- Learn more about Microsoft Teams [live translated captions](https://support.microsoft.com//office/use-live-captions-in-a-teams-meeting-4be2d304-f675-4b57-8347-cbd000a21260).
46
+
- Learn more about the [UI Library](../../concepts//ui-library/ui-library-overview.md).
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.
20
20
21
-
In this article, you learn how to enable closed captions scenarios using the UI Library.
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.
22
22
23
23
## Azure Communication Service Based Captions
24
24
25
-
Supported by default for calls involving Azure Communication Service users only. Currently, Azure Communication Service captions **do not** support language translation.
25
+
Supported for calls involving Azure Communication Service users only. Currently, Azure Communication Service captions **do not support language translation**.
26
26
27
27
## Teams Interop Closed Captions
28
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.
29
+
Supported during calls with one or more Teams users.
31
30
32
-
##Activate Closed Captions
31
+
### Translation Support
33
32
34
-
### User Interaction
33
+
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.
35
34
36
-
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.
35
+
## How to Use Captions
37
36
38
-
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
37
+
Captions are seamlessly integrated within the `CallingUILibrary`.
38
+
39
+
1.**Activate Captions**:
40
+
- 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.
39
42
40
-
#### Spoken language
43
+
2.**Adjust Spoken Language**:
44
+
- 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.
41
45
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.
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.
43
49
44
-
#### Caption Language
50
+
:::image type="content" source="./includes/closed-captions/mobile-ui-closed-captions.png" alt-text="Closed captions looks like into the UI Library":::
45
51
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.
52
+
> [!NOTE]
53
+
> Live translated captions in meetings are only available as part of [**Teams Premium**](https://learn.microsoft.com/en-us/> 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).
48
54
49
-
####Supported languages
55
+
## Supported languages
50
56
51
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:
52
58
53
-
- Arabic (UAE): `ar-ae`
54
-
- Arabic (Saudi Arabia): `ar-sa`
55
-
- Danish (Denmark): `da-dk`
56
-
- German (Germany): `de-de`
57
-
- English (Australia): `en-au`
58
-
- English (Canada): `en-ca`
59
-
- English (United Kingdom): `en-gb`
60
-
- English (India): `en-IN`
61
-
- English (New Zealand): `en-nz`
62
-
- English (United States): `en-us`
63
-
- Spanish (Spain): `es-es`
64
-
- Spanish (Mexico): `es-mx`
65
-
- Finnish (Finland): `fi-fi`
66
-
- French (Canada): `fr-CA`
67
-
- French (France): `fr-fr`
68
-
- Hindi (India): `hi-in`
69
-
- Italian (Italy): `it-it`
70
-
- Japanese (Japan): `ja-jp`
71
-
- Korean (Korea): `ko-kr`
72
-
- Norwegian Bokmål (Norway): `nb-no`
73
-
- Dutch (Belgium): `nl-be`
74
-
- Dutch (Netherlands): `nl-nl`
75
-
- Polish (Poland): `pl-pl`
76
-
- Portuguese (Brazil): `pt-br`
77
-
- Russian (Russia): `ru-ru`
78
-
- Swedish (Sweden): `sv-se`
79
-
- Chinese (China): `zh-cn`
80
-
- Chinese (Hong Kong): `zh-hk`
59
+
| Language | ACS Spoken Code | Teams Spoken Code | Teams Caption Code |
0 commit comments