Skip to content

Commit 0bf6486

Browse files
authored
Merge pull request #125958 from lisaleehan/patch-6
Update get-started-with-real-time-text.md
2 parents 53e685e + 179e1c0 commit 0bf6486

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-with-real-time-text.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ zone_pivot_groups: acs-programming-languages-java-swift-csharp
1414

1515

1616

17-
# Real Time Text
17+
# Quickstart RTT within your application
1818

1919
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
2020

21+
>[!NOTE]
22+
>RTT is an accessibility compliance requirement for voice and video platforms in the EU starting June 30, 2025. You can find more information about this here: [Directive 2019/882](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32019L0882).
23+
2124
Learn how to integrate Real Time Text (RTT) into your calling applications to enhance accessibility and ensure that all participants can communicate effectively during meetings.
2225

2326
RTT allows users who have difficulty speaking to participate actively by typing their messages, which are then broadcast in near real-time to other meeting participants. This feature operates seamlessly alongside existing captions and ensures that typed messages are promptly delivered without disrupting the flow of conversation.
@@ -28,6 +31,9 @@ Real Time Text (RTT) is designed to facilitate communication for users who may h
2831

2932
On supported platforms, RTT data can be displayed alongside captions derived from Speech to Text, providing a comprehensive view of all communications during a call.
3033

34+
>[!NOTE]
35+
>RTT Teams Interlop is not functional yet.
36+
3137
## Naming Conventions
3238

3339
Different platforms may use varying terminology for RTT-related properties. Below is a summary of these differences:
@@ -70,5 +76,5 @@ The `RealTimeTextInfo` (or `RealTimeTextDetails` on Windows) class encapsulates
7076
## Next steps
7177

7278
For more information, see the following articles:
73-
79+
- [Real Time Text Conceptual Doc](../../concepts/voice-video-calling/real-time-text.md)
7480
- [Azure Communication Services Calling Documentation](../../concepts/voice-video-calling/calling-sdk-features.md)

0 commit comments

Comments
 (0)