Skip to content

Commit c72d82f

Browse files
Merge pull request #250358 from valindrae/captions-update-and-fixes
Captions update and fixes
2 parents c8b8dd9 + 4576ead commit c72d82f

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

articles/communication-services/concepts/interop/enable-closed-captions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.custom: public_preview
1313

1414
# Enable Closed captions with Teams Interoperability
1515

16-
[!INCLUDE [Public Preview](../../includes/public-preview-include-document.md)]
17-
1816
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. Closed captions can be accessed through Azure Communication Services client-side SDKs for Web, Windows, iOS and Android.
1917

2018
In this document, we're going to be looking at specifically Teams interoperability scenarios. For example, an Azure Communication Services user joins a Teams meeting and enabling captions or two Microsoft 365 users using Azure Communication Calling SDK to join a call or meeting.

articles/communication-services/how-tos/call-automation/control-mid-call-media-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ call_automation_client = CallAutomationClient.from_connection_string((("<Azure C
5050
-----
5151
5252
## Send DTMF
53-
You can send dtmf tones to an external participant, which may be useful when you’re already on a call and need to invite another participant who has an extension number or an IVR menu to navigate.
53+
You can send DTMF tones to an external participant, which may be useful when you’re already on a call and need to invite another participant who has an extension number or an IVR menu to navigate.
5454
5555
>[!NOTE]
5656
>This is only supported for external PSTN participants and supports sending a maximum of 18 tones at a time.

articles/communication-services/how-tos/calling-sdk/closed-captions-teams-interop-how-to.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
1717

1818
Learn how to allow your users to enable closed captions during a Teams interoperability scenario where your users might be in a meeting between an Azure Communication Services user and a Teams client user, or where your users are using Azure Communication Services calling SDK with their Microsoft 365 identity.
1919

20-
[!INCLUDE [Public Preview](../../../communication-services/includes/public-preview-include.md)]
21-
2220
::: zone pivot="platform-windows"
2321
[!INCLUDE [Closed captions with Windows](./includes/closed-captions/closed-captions-teams-interop-windows.md)]
2422
::: zone-end

0 commit comments

Comments
 (0)