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/includes/closed-captions/closed-captions-teams-interop-android.md
+78-43Lines changed: 78 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
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 Teams interop 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/2023
9
+
ms.date: 07/21/20223
10
10
ms.author: kpunjabi
11
11
---
12
12
@@ -16,46 +16,52 @@ ms.author: kpunjabi
16
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
17
-[Access tokens](../../../../quickstarts/manage-teams-identity.md) for Microsoft 365 users.
18
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.
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.
23
23
24
24
## Models
25
-
| Name | Description |
26
-
|------|-------------|
27
-
| TeamsCaptionsCallFeature | API for TeamsCall captions |
28
-
| StartCaptionOptions | Closed caption options like spoken language |
29
-
| TeamsCaptionsListener | Listener for addOnCaptionsReceivedListener |
30
-
| TeamsCaptionsInfo | Data object received for each TeamsCaptionsListener event |
0 commit comments