|
1 | 1 | ---
|
2 | 2 | title: include file
|
3 |
| -description: Android how-to guide for enabling Closed captions during a call . |
| 3 | +description: Android how-to guide for enabling Closed captions during a call. |
4 | 4 | author: Kunaal
|
5 | 5 | ms.service: azure-communication-services
|
6 | 6 | ms.subservice: calling
|
7 | 7 | ms.topic: include
|
8 | 8 | ms.topic: include file
|
9 |
| -ms.date: 03/20/20223 |
| 9 | +ms.date: 03/20/2023 |
10 | 10 | ms.author: kpunjabi
|
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | ## Prerequisites
|
14 | 14 | - Azure account with an active subscription, for details see [Create an account for free.](https://azure.microsoft.com/free/)
|
15 |
| -- Azure Communication Services resource. See [Create an Azure Communication Services resource](../../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). Save the connection string for this resource. |
16 |
| -- An app with voice and video calling, refer to our [Voice](../../quickstarts/voice-video-calling/getting-started-with-calling.md) and [Video](../../quickstarts/voice-video-calling/get-started-with-video-calling.md) calling quickstarts. |
17 |
| -- [Access tokens](../../quickstarts/manage-teams-identity.md) for Microsoft 365 users. |
18 |
| -- [Access tokens](../../quickstarts/identity/access-tokens.md) for External identity users. |
19 |
| -- For Translated captions you will need to have a [Teams premium](/MicrosoftTeams/teams-add-on-licensing/licensing-enhance-teams#meetings) license. |
| 15 | +- Azure Communication Services resource. See [Create an Azure Communication Services resource](../../../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). Save the connection string for this resource. |
| 16 | +- An app with voice and video calling, refer to our [Voice](../../../../quickstarts/voice-video-calling/getting-started-with-calling.md) and [Video](../../../../quickstarts/voice-video-calling/get-started-with-video-calling.md) calling quickstarts. |
| 17 | +- [Access tokens](../../../../quickstarts/manage-teams-identity.md) for Microsoft 365 users. |
| 18 | +- [Access tokens](../../../../quickstarts/identity/access-tokens.md) for External identity users. |
| 19 | +- For Translated captions, you need to have a [Teams premium](/MicrosoftTeams/teams-add-on-licensing/licensing-enhance-teams#meetings) license. |
20 | 20 |
|
21 | 21 | >[!NOTE]
|
22 | 22 | >Please note that you will need to have a voice calling app using ACS calling SDKs to access the closed captions feature that is described in this guide.
|
@@ -74,7 +74,7 @@ public void addOnCaptionsReceivedListener() {
|
74 | 74 |
|
75 | 75 | ## Start captions
|
76 | 76 |
|
77 |
| -Once you've got all your listeners setup you can now start captions. |
| 77 | +Once you've got all your listeners setup, you can now start captions. |
78 | 78 |
|
79 | 79 | ``` java
|
80 | 80 | public void startCaptions() {
|
@@ -134,7 +134,7 @@ public void setSpokenLanguage() {
|
134 | 134 |
|
135 | 135 | ### Get supported caption language
|
136 | 136 |
|
137 |
| -If your organization has an active Teams premium license, then your ACS users can enable translated captions as long as the organizer of the meeting has a Teams premium license. As for users with Microsoft 365 identities this check will be done against their own user account if they meeting organizer doesn't have a Teams premium license. |
| 137 | +If your organization has an active Teams premium license, then your ACS users can enable translated captions as long as the organizer of the meeting has a Teams premium license. As for users with Microsoft 365 identities this check is done against their own user account if they meeting organizer doesn't have a Teams premium license. |
138 | 138 |
|
139 | 139 | ``` java
|
140 | 140 | // ISO 639-1 formatted language code
|
|
0 commit comments