Skip to content

Commit 77638e9

Browse files
authored
Merge pull request #1 from tayaras/tayaras-RTTdocs
Update get-started-with-real-time-text.md
2 parents 5c90546 + 9ec5d2f commit 77638e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: calling
99
ms.topic: how-to
1010
ms.date: 12/4/2024
1111
ms.custom: template-how-to
12-
zone_pivot_groups: acs-programming-languages-java-swift-csharp
12+
zone_pivot_groups: acs-programming-languages-javascript-java-swift-csharp
1313
---
1414

1515

@@ -32,7 +32,7 @@ Real Time Text (RTT) is designed to facilitate communication for users who may h
3232
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.
3333

3434
>[!NOTE]
35-
>RTT Teams Interlop is not functional yet.
35+
>RTT for PSTN or Teams Interop is not available at this time
3636
3737
## Naming Conventions
3838

@@ -60,6 +60,11 @@ The `RealTimeTextInfo` (or `RealTimeTextDetails` on Windows) class encapsulates
6060
| `UpdatedTime` | Timestamp when the message was last updated. |
6161

6262

63+
64+
::: zone pivot="programming-language-javascript"
65+
[!INCLUDE [Real Time Text with Web](./includes/real-time-text/real-time-text-web.md)]
66+
::: zone-end
67+
6368
::: zone pivot="programming-language-java"
6469
[!INCLUDE [Real Time Text with Android](./includes/real-time-text/real-time-text-android.md)]
6570
::: zone-end

0 commit comments

Comments
 (0)