Skip to content

Commit 655bcc5

Browse files
Merge pull request #271641 from valindrae/closed-captions-public
Closed captions public
2 parents 6cde9a3 + d5ba582 commit 655bcc5

File tree

2 files changed

+34
-24
lines changed

2 files changed

+34
-24
lines changed

articles/communication-services/concepts/voice-video-calling/closed-captions.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,34 @@
22
title: Azure Communication Services Closed Caption overview
33
titleSuffix: An Azure Communication Services concept document
44
description: Learn about the Azure Communication Services Closed Captions.
5-
author: RinaRish
6-
manager: visho
7-
services: azure-communication-services
8-
9-
ms.author: ektrishi
10-
ms.date: 12/16/2021
11-
ms.topic: conceptual
5+
author: Kunaal
126
ms.service: azure-communication-services
7+
ms.subservice: calling
8+
ms.topic: concept
9+
ms.date: 02/27/2024
10+
ms.author: kpunjabi
11+
ms.custom: public_preview
1312
---
1413

1514
# Closed Captions overview
1615

17-
[!INCLUDE [Private Preview Disclaimer](../../includes/private-preview-include-section.md)]
16+
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
17+
18+
>[!NOTE]
19+
>Closed Captions will not be billed at the beginning of its Public Preview. This is for a limited time only, usage of Captions will likely be billed starting from June.
20+
21+
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:
1822

19-
Azure Communication Services allows one to enable Closed Captions for the VoIP calls in private preview.
20-
Closed Captions is the conversion of a voice or video call audio track into written words that appear in real time. Closed Captions are never saved and are only visible to the user that has enabled it.
21-
Here are main scenarios where Closed Captions are useful:
23+
## Common use cases
2224

23-
- **Accessibility**. In the workplace or consumer apps, Closed Captioning for meetings, conference calls, and training videos can make a huge difference. Scenarios when audio can't be heard, either because of a noisy environment, such as an airport, or because of an environment that must be kept quiet, such as a hospital.
24-
- **Inclusivity**. Closed Captioning was developed to aid hearing-impaired people, but it could be useful for a language proficiency as well.
25+
### Building accessible experiences
26+
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.
27+
28+
### Teams interoperability
29+
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.
30+
31+
### Global inclusivity
32+
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.
2533

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

@@ -30,20 +38,18 @@ Here are main scenarios where Closed Captions are useful:
3038
- 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.
3139
- Closed Captions allow participants to be on the call in loud or sound-sensitive environments.
3240

33-
## Feature highlights
34-
35-
- Support for multiple platforms with cross-platform support.
36-
- Async processing with client subscription to events and callbacks.
37-
- Multiple languages to choose from for recognition.
41+
## Privacy concerns
3842

43+
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.
44+
45+
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.
46+
47+
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.
3948

40-
## Availability
41-
Closed Captions are supported in Private Preview only in Azure Communication Services to Azure Communication Services calls on all platforms.
42-
- Android
43-
- iOS
44-
- Web
49+
## Known limitations
50+
- Closed captions feature isn't supported on Firefox.
4551

4652
## Next steps
4753

48-
- Get started with a [Closed Captions Quickstart](../../quickstarts/voice-video-calling/get-started-with-closed-captions.md?pivots=platform-iosBD)
54+
- Get started with a [Closed Captions Quickstart](../../quickstarts/voice-video-calling/get-started-with-closed-captions.md)
4955
- Learn more about using closed captions in [Teams interop](../interop/enable-closed-captions.md) scenarios.

articles/communication-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,10 @@ items:
805805
href: ../event-grid/event-schema-communication-services.md
806806
- name: Voice and Video events
807807
href: ../event-grid/communication-services-voice-video-events.md
808+
- name: Closed captions
809+
items:
810+
- name: Closed captions overview
811+
href: concepts/interop/enable-closed-captions.md
808812
- name: UI Library
809813
items:
810814
- name: UI Library overview

0 commit comments

Comments
 (0)