You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/real-time-text.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,62 +9,43 @@ ms.topic: conceptual
9
9
ms.service: azure-communication-services
10
10
ms.subservice: calling
11
11
---
12
-
13
-
14
-
15
-
16
12
# Real Time Text (RTT) Overview
17
-
18
13
>[!NOTE]
19
14
>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)
20
15
21
16
Real Time Text (RTT) provides developers with the ability to transmit text in near real-time during a call. This feature is designed to empower individuals who have difficulty speaking, ensuring their text messages are displayed prominently to other meeting participants, similar to spoken communication. RTT enhances accessibility by allowing participants to communicate effectively through typed messages that are broadcast instantly character by character, without having to press a "send" key.
22
17
23
18
## Common Use Cases
24
-
25
19
### Building Accessible Experiences
26
-
27
20
RTT aids in creating inclusive communication platforms by enabling users with speech impairments to participate fully in calls. By providing a text-based communication channel that operates in real-time, RTT ensures that all participants can engage equally, regardless of their ability to speak.
28
-
29
21
### Enhancing Communication Clarity
30
-
31
22
In scenarios where speech clarity is compromised due to background noise or technical limitations, RTT serves as a reliable alternative to convey messages clearly. This ensures that critical information is communicated without misunderstandings.
32
-
33
23
## When to Use Real Time Text (RTT)
34
-
35
24
-**Accessibility Requirements:** When developing applications that need to comply with accessibility standards, enabling RTT ensures that users with speech difficulties can participate effectively.
36
25
-**High-Noise Environments:** In settings where audio quality may be affected by background noise, RTT provides a clear and reliable means of communication.
37
-
38
26
## RealTimeTextInfo/Details Class
39
-
40
27
The `RealTimeTextInfo` (or `RealTimeTextDetails` on certain platforms) class is pivotal in managing RTT messages. It encapsulates all necessary information about each RTT message, including the sender, content, sequence identifier, result type, timestamps, and whether the message originates locally.
41
-
42
28
### Properties and Fields
43
-
44
29
-**Sender:** Provides information about the user who sent the RTT message.
45
30
-**SequenceId:** A unique identifier that maintains the order of messages.
46
31
-**Text:** The actual content of the RTT message.
47
32
-**ResultType/Kind:** Indicates whether the message is partial (`ResultType`) or finalized (`Kind`), determining if it can be edited.
48
33
-**ReceivedTime:** Timestamp marking when the message was received.
49
34
-**UpdatedTime:** Timestamp indicating the last update to the message.
50
35
-**IsLocal:** A boolean flag indicating if the message was sent by the local user.
51
-
52
36
### Usage
53
-
54
37
Developers can subscribe to RTT events through a single event subscription, allowing them to manage their own list and ordering of RTT messages. This approach aligns with the Captions API, facilitating easier integration and maintenance. The UI is responsible for binding the data to the screen, managing the display list, and handling text input interactions based on message finalization.
55
38
56
39
>[!NOTE]
57
-
>RTT Teams Interlop is not functional yet.
40
+
>RTT for PSTN or Teams Interop scenarios is not available at this time.
58
41
59
42
### Privacy Concerns
60
43
Real-Time Text (RTT) is only available during the call or meeting. Azure Communication Services doesn't store these text exchanges anywhere. Many countries/regions and states have laws and regulations that apply to the storing of data. It is your responsibility to use RTT in compliance with the law should you choose to store any of the data generated through RTT. You must obtain consent from the parties involved in a manner that complies with the laws applicable to each participant.
61
-
62
44
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 RTT is enabled in a Teams call or meeting and being stored.
63
-
64
45
Microsoft indicates to you via the Azure Communication Services API that recording or RTT 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.
65
46
66
47
## Next Steps
67
48
68
-
- Get started with a[Quickstart Guide](../../quickstarts/voice-video-calling/get-started-with-real-time-text.md)
49
+
- Get started with our[Quickstart Guide](../../quickstarts/voice-video-calling/get-started-with-real-time-text.md)
69
50
- Learn more about [Closed captions](../../concepts/voice-video-calling/closed-captions.md)
70
-
-Explore the [UI Library](../ui-library/ui-library-overview.md)
51
+
-Get started with RTT in the [UI Library](../ui-library/ui-library-overview.md)
0 commit comments