Skip to content

Commit edd15ef

Browse files
authored
Merge pull request #301996 from vac0224/vc-toc-reconcileXI-2025-06-28
Reconcile titles with TOC(11)
2 parents cec40e8 + 78985fb commit edd15ef

File tree

43 files changed

+806
-608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+806
-608
lines changed
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,51 @@
11
---
2-
title: Azure Communication Services Closed Caption overview
3-
titleSuffix: An Azure Communication Services concept document
4-
description: Learn about the Azure Communication Services Closed Captions.
2+
title: Closed captions overview
3+
titleSuffix: An Azure Communication Services article
4+
description: This article describes the Azure Communication Services Closed captions feature.
55
author: Kunaal
66
ms.service: azure-communication-services
77
ms.subservice: calling
88
ms.topic: concept-article
9-
ms.date: 07/08/2024
9+
ms.date: 06/25/2025
1010
ms.author: kpunjabi
1111
ms.custom: public_preview
1212
---
1313

14-
# Closed Captions overview
14+
# Closed captions overview
1515

16-
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, Azure Communication Services does **not** store these captions anywhere. Here are main scenarios where Closed Captions are useful:
16+
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 enabled captions. Azure Communication Services does **not** store these captions anywhere. Here are main scenarios where closed captions are useful:
1717

1818
## Common use cases
1919

2020
### Building accessible experiences
21-
Accessibility – For people with hearing impairments or who are new to the language to participate in calls and meetings. A key feature requirement in the Telemedical industry is to help patients communicate effectively with their health care providers. This can also be useful when you have scenarios where users might be joining from a PSTN phone number, this will allow your application to receive the captioning data for those users too so that everyone's input is available during these interactions.
2221

23-
### Teams interoperability
22+
Accessibility – For people with hearing impairments or who are new to the language to participate in calls and meetings. A key feature requirement in the Telemedical industry is to help patients communicate effectively with their health care providers. This feature can also be useful when you have scenarios where users might be joining from a public switched telephone network (PSTN) phone number. Now your application can receive the captioning data for those users too so that everyone's input is available during interactions.
23+
24+
### Teams interoperability
25+
2426
Use Teams – Organizations using Azure Communication Services and Teams can use Teams closed captions to improve their applications by providing closed captions capabilities to users. Those organizations can keep using Microsoft Teams for all calls and meetings without third party applications providing this capability. Learn more about how you can use captions in [Teams interoperability](../interop/enable-closed-captions.md) scenarios.
2527

2628
### Global inclusivity
27-
Provide translation – Use the translation functions provided to provide translated captions for users who may be new to the language or for companies that operate at a global scale and have offices around the world, their teams can have conversations even if some people might not be familiar with the spoken language.
29+
Provide translation – Use the translation functions provided to provide translated captions for users who might be new to the language or for companies that operate at a global scale and have offices around the world, their teams can have conversations even if some people might not be familiar with the spoken language.
2830

2931
![closed captions work flow](../media/call-closed-caption.png)
3032

31-
## When to use Closed Captions
33+
## When to use closed captions
3234

33-
- Closed Captions help maintain concentration and engagement, which can provide a better experience for viewers with learning disabilities, a language barrier, attention deficit disorder, or hearing impairment.
34-
- Closed Captions allow participants to be on the call in loud or sound-sensitive environments.
35+
- Closed captions help maintain concentration and engagement, which can provide a better experience for viewers with learning disabilities, a language barrier, attention deficit disorder, or hearing impairment.
36+
- Closed captions enable participants to be on the call in loud or sound-sensitive environments.
3537

3638
## Privacy concerns
3739

38-
Closed captions are only available during the call or meeting for the participant that has selected to enable captions, Azure Communication Services doesn't store these captions anywhere. Many countries/regions 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.
40+
Closed captions are only available during the call or meeting for the participant that selected to enable captions, Azure Communication Services doesn't store these captions anywhere. Many countries/regions 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.
3941

40-
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.
42+
Interoperability between Azure Communication Services and Microsoft Teams enables your applications and users to participate in Teams calls, meetings, and chats. You need to notify users of your application closed captions are enabled in a Teams call or meeting and are being stored.
4143

42-
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.
44+
Microsoft indicates to you via the Azure Communication Services API that recording or closed captions started. You need to communicate this, 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.
4345

4446

4547
## Next steps
4648

47-
- Get started with a [Closed Captions Quickstart](../../quickstarts/voice-video-calling/get-started-with-closed-captions.md)
49+
- [Enable closed captions](../../quickstarts/voice-video-calling/get-started-with-closed-captions.md).
4850
- Learn more about using closed captions in [Teams interop](../interop/enable-closed-captions.md) scenarios.
4951
- Learn more about the [UI Library](../ui-library/ui-library-overview.md).

0 commit comments

Comments
 (0)