Skip to content

Commit 003362e

Browse files
authored
Merge pull request #236052 from valindrae/closed-captions-toc-update
Closed captions toc update
2 parents f94e047 + ba9980a commit 003362e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

articles/communication-services/concepts/interop/enable-closed-captions.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: public_preview
1717

1818
Closed captions are a textual representation of a voice or video conversation that is displayed to users in real-time. Azure Communication Services Closed captions offer developers the ability to allow users to select when they wish to toggle captions on or off. These captions are only available during the call/meeting for the user that has selected to enable captions, ACS does **not** store these captions anywhere. Closed captions can be accessed through Azure Communication Services client-side SDKs for Web, Windows, iOS and Android.
1919

20-
In this document we're going to be looking at specifically Teams interoperability scenarios. For example, an Azure Communication Services user joins a Teams meeting and enabling captions or two Microsoft 365 users using Azure Communication Calling SDK to join a call or meeting.
20+
In this document, we're going to be looking at specifically Teams interoperability scenarios. For example, an Azure Communication Services user joins a Teams meeting and enabling captions or two Microsoft 365 users using Azure Communication Calling SDK to join a call or meeting.
2121

2222
## Supported scenarios
2323

@@ -42,7 +42,7 @@ In this document we're going to be looking at specifically Teams interoperabilit
4242

4343
*Usage of translations through Teams generated captions requires the organizer to have assigned a Teams Premium license, or in the case of Microsoft 365 users they must have a Teams premium license. More information about Teams Premium can be found [here](https://www.microsoft.com/microsoft-teams/premium#tabx93f55452286a4264a2778ef8902fb81a).*
4444

45-
In scenarios where there's a Teams user on a Teams client or a Microsoft 365 user with ACS SDKs in the call, the developer can use Teams caption. This allows developers to work with the Teams captioning technology that may already be familiar with today. With Teams captions developers are limited to what their Teams license allows. Basic captions allows only one spoken and one caption language for the call. With Teams premium license developers can use the translation functionality offered by Teams to provide one spoken language for the call and translated caption languages on a per user basis. In a Teams interop scenario, captions enabled through ACS follows the same policies that are defined in Teams for [meetings](/powershell/module/skype/set-csteamsmeetingpolicy) and [calls](/powershell/module/skype/set-csteamscallingpolicy).
45+
In scenarios where there's a Teams user on a Teams client or a Microsoft 365 user with ACS SDKs in the call, the developer can use Teams caption. This allows developers to work with the Teams captioning technology that may already be familiar with today. With Teams captions developers are limited to what their Teams license allows. Basic captions allow only one spoken and one caption language for the call. With Teams premium license developers can use the translation functionality offered by Teams to provide one spoken language for the call and translated caption languages on a per user basis. In a Teams interop scenario, captions enabled through ACS follows the same policies that are defined in Teams for [meetings](/powershell/module/skype/set-csteamsmeetingpolicy) and [calls](/powershell/module/skype/set-csteamscallingpolicy).
4646

4747
## Common use cases
4848

@@ -64,14 +64,17 @@ Provide translation – Use the translation functions provided to provide transl
6464

6565
## Privacy concerns
6666

67-
Closed captions are only available during the call or meeting for the participant that has selected to enable captions, ACS does not store these captions anywhere. Many countries and states have laws and regulations that apply to storing of data. It is your responsibility to use the closed captions in compliance with the law should you choose to store any of the data generated through closed captions. You must obtain consent from the parties involved in a manner that complies with the laws applicable to each participant.
67+
Closed captions are only available during the call or meeting for the participant that has selected to enable captions, ACS doesn't store these captions anywhere. Many countries and states have laws and regulations that apply to storing of data. It is your responsibility to use the closed captions in compliance with the law should you choose to store any of the data generated through closed captions. You must obtain consent from the parties involved in a manner that complies with the laws applicable to each participant.
6868

6969
Interoperability between Azure Communication Services and Microsoft Teams enables your applications and users to participate in Teams calls, meetings, and chats. It is your responsibility to ensure that the users of your application are notified when closed captions are enabled in a Teams call or meeting and being stored.
7070

7171
Microsoft indicates to you via the Azure Communication Services API that recording or closed captions has commenced, and you must communicate this fact, in real-time, to your users within your application's user interface. You agree to indemnify Microsoft for all costs and damages incurred due to your failure to comply with this obligation.
7272

73+
## Known limitations
74+
- Closed captions feature isn't supported on Firefox.
75+
7376
## Next steps
7477

75-
- Learn how to use [closed captions for Teams interopability](../../how-tos/calling-sdk/closed-captions-teams-interop-how-to.md).
78+
- Learn how to use [closed captions for Teams interoperability](../../how-tos/calling-sdk/closed-captions-teams-interop-how-to.md).
7679

7780

articles/communication-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ items:
231231
href: how-tos/calling-sdk/transfer-calls.md
232232
- name: Subscribe to SDK events
233233
href: how-tos/calling-sdk/events.md
234+
- name: Enable Closed captions for Teams Interoperability
235+
href: how-tos/calling-sdk/closed-captions-teams-interop-how-to.md
234236
- name: Call recording
235237
items:
236238
- name: Record a call
@@ -567,6 +569,8 @@ items:
567569
href: concepts/rooms/room-concept.md
568570
- name: Call recording
569571
href: concepts/voice-video-calling/call-recording.md
572+
- name: Enable Closed captions
573+
href: concepts/interop/enable-closed-captions.md
570574
- name: Media access
571575
href: concepts/voice-video-calling/media-access.md
572576
- name: Video constraints

0 commit comments

Comments
 (0)