Skip to content

Commit 31b98c5

Browse files
Merge pull request #277707 from DaybreakQuip/patch-8
Update Azure Communications Calling Capabilities Quickstart
2 parents 7dfdf70 + 2196e45 commit 31b98c5

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

articles/communication-services/how-tos/calling-sdk/capabilities.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Do I have permission to turn on video, do I have permission to turn on mic, do I
2020
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2121
- Optional: Complete the quick start to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2222

23-
## Supported Platform - Web
24-
2523
::: zone pivot="platform-web"
2624
[!INCLUDE [Capabilities JavaScript](./includes/capabilities/capabilities-web.md)]
2725
::: zone-end

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.date: 05/21/2024
66
ms.author: zehangzheng
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
9-
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include-document.md)]
109

1110
Capabilities feature is an extended feature of the core `Call` API and allows you to obtain the capabilities of the local participant in the current call.
1211

@@ -61,4 +60,4 @@ private void OnCapabilitiesChanged(CapabilitiesChangedEvent args)
6160
- *BlurBackground*: Ability to blur background
6261
- *CustomBackground*: Ability to apply a custom background
6362
- *StartLiveCaptions*: Ability to start live captions
64-
- *RaiseHand*: Ability to raise hand
63+
- *RaiseHand*: Ability to raise hand

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-ios.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.date: 05/21/2024
66
ms.author: zehangzheng
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-ios.md)]
9-
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include-document.md)]
109

1110
Capabilities feature is an extended feature of the core `Call` API and allows you to obtain the capabilities of the local participant in the current call.
1211

@@ -58,4 +57,4 @@ public class CapabilitiesCallDelegate : CapabilitiesCallFeatureDelegate
5857
- *BlurBackground*: Ability to blur background
5958
- *CustomBackground*: Ability to apply a custom background
6059
- *StartLiveCaptions*: Ability to start live captions
61-
- *RaiseHand*: Ability to raise hand
60+
- *RaiseHand*: Ability to raise hand

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.date: 05/21/2024
66
ms.author: zehangzheng
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-windows.md)]
9-
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include-document.md)]
109

1110
Capabilities feature is an extended feature of the core `Call` API and allows you to obtain the capabilities of the local participant in the current call.
1211

0 commit comments

Comments
 (0)