Skip to content

Commit 3256553

Browse files
authored
Update closed-captions-teams-interop-ios.md
acrolinx and build fixes
1 parent ad81f0a commit 3256553

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/communication-services/how-tos/calling-sdk/includes/closed-captions/closed-captions-teams-interop-ios.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: include file
3-
description: iOS how-to guide for enabling Closed captions during a call .
3+
description: iOS how-to guide for enabling Closed captions during a call.
44
author: Kunaal
55
ms.service: azure-communication-services
66
ms.subservice: calling
@@ -12,11 +12,11 @@ ms.author: kpunjabi
1212

1313
## Prerequisites
1414
- 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 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](/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.
2020

2121
>[!NOTE]
2222
>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.
@@ -71,7 +71,7 @@ teamsCaptionsFeature.delegate = self.callObserver
7171

7272
## Start captions
7373

74-
Once you've got all your listeners setup you can now start captions.
74+
Once you've got all your listeners setup, you can now start captions.
7575

7676
``` swift
7777
func startCaptions() {
@@ -140,7 +140,7 @@ func setSpokenLanguage() {
140140

141141
### Get supported caption language
142142

143-
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.
143+
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.
144144

145145
``` swift
146146
// ISO 639-1 formatted language code

0 commit comments

Comments
 (0)