Skip to content

Commit f17cc75

Browse files
committed
moved to quickstart, fixed up pivots I think
1 parent 1c93a8b commit f17cc75

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

articles/communication-services/how-tos/calling-sdk/real-time-text.md renamed to articles/communication-services/quickstarts/voice-video-calling/get-started-with-real-time-text.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ 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
1213
---
1314

15+
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
16+
1417
# Real Time Text
1518

1619
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.
@@ -50,15 +53,15 @@ The `RealTimeTextInfo` (or `RealTimeTextDetails` on Windows) class encapsulates
5053
| `UpdatedTime` | Timestamp when the message was last updated. |
5154

5255

53-
::: zone pivot="platform-android"
56+
::: zone pivot="programming-language-java"
5457
[!INCLUDE [Real Time Text with Android](./includes/real-time-text/real-time-text-android.md)]
5558
::: zone-end
5659

57-
::: zone pivot="platform-ios"
60+
::: zone pivot="programming-language-swift"
5861
[!INCLUDE [Real Time Text with iOS](./includes/real-time-text/real-time-text-ios.md)]
5962
::: zone-end
6063

61-
::: zone pivot="platform-windows"
64+
::: zone pivot="programming-language-csharp"
6265
[!INCLUDE [Real Time Text with Windows](./includes/real-time-text/real-time-text-windows.md)]
6366
::: zone-end
6467

articles/communication-services/how-tos/calling-sdk/includes/real-time-text/real-time-text-android.md renamed to articles/communication-services/quickstarts/voice-video-calling/includes/real-time-text/real-time-text-android.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ms.date: 12/4/2024
77
ms.author: adam.hammer
88
---
99

10-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
11-
1210
## Models
1311

1412
| Name | Description |

articles/communication-services/how-tos/calling-sdk/includes/real-time-text/real-time-text-ios.md renamed to articles/communication-services/quickstarts/voice-video-calling/includes/real-time-text/real-time-text-ios.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ms.date: 12/4/2024
77
ms.author: adam.hammer
88
---
99

10-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
11-
1210
## Models
1311

1412
| Name | Description |

articles/communication-services/how-tos/calling-sdk/includes/real-time-text/real-time-text-windows.md renamed to articles/communication-services/quickstarts/voice-video-calling/includes/real-time-text/real-time-text-windows.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ms.date: 12/4/2024
77
ms.author: adam.hammer
88
---
99

10-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
11-
1210
## Models
1311

1412
| Name | Description |

0 commit comments

Comments
 (0)