Skip to content

Commit 08a10a1

Browse files
authored
Update ios.quickstart.md
fix typos
1 parent a6f4be2 commit 08a10a1

File tree

1 file changed

+5
-3
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/closed-captions

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-communication-services
66
ms.subservice: calling
77
ms.topic: include
88
ms.topic: include file
9-
ms.date: 03/20/20223
9+
ms.date: 03/21/2023
1010
ms.author: kpunjabi
1111
---
1212

@@ -16,10 +16,10 @@ ms.author: kpunjabi
1616
- 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.
1717
- [Access tokesn](../../quickstarts/manage-teams-identity.md) for Microsoft 365 users.
1818
- [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.
19+
- For Translated captions you will need to have a [Teams premium](/MicrosoftTeams/teams-add-on-licensing/licensing-enhance-teams#meetings) license.
2020

2121
>[!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.
2323
2424
## Models
2525
| Name | Description |
@@ -41,6 +41,8 @@ if let call = self.call { @State var captionsCallFeature = call.feature(Features
4141

4242
### Microsoft 365 users
4343

44+
If you're building an app for Microsoft 365 Users using ACS SDK.
45+
4446
``` swift
4547
if let teamsCall = self.teamsCall { @State var captionsCallFeature = call.feature(Features.teamsCaptions) }
4648
```

0 commit comments

Comments
 (0)