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
+53-31Lines changed: 53 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,30 +14,42 @@ ms.author: kpunjabi
14
14
- Azure account with an active subscription, for details see [Create an account for free.](https://azure.microsoft.com/free/)
15
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
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 tokesn](../../quickstarts/manage-teams-identity.md) for Microsoft 365 users.
18
-
-[Access tokesn](../../quickstarts/identity/access-tokens.md) for External identity users.
19
-
- For Translated captions you will need to have a [Teams premium](https://www.microsoft.com/en-us/microsoft-teams/premium#tabx93f55452286a4264a2778ef8902fb81a) license.
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.
20
20
21
21
>[!NOTE]
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 the quickstart below.
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
-
## Join a Teams meeting
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 |
25
31
26
-
## Get captions feature for External Identity users
32
+
## Get closed captions feature
33
+
34
+
### External Identity users
27
35
28
36
If you're building an application that allows ACS users to join a Teams meeting
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.
0 commit comments