Skip to content

Commit 49c57d0

Browse files
authored
remove pivot group, as single group is not supported
1 parent a11451a commit 49c57d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.subservice: calling
99
ms.topic: how-to
1010
ms.date: 03/24/2023
1111
ms.custom: template-how-to
12-
zone_pivot_groups: acs-plat-web
1312
---
1413
# Observe user's capabilities
1514
Do I have permission to turn video on, do I have permission to turn mic on, do I have permission to share screen? Those are some examples of participant capabilities that you can learn from the capabilities API. Learning the capabilities can help build a user interface that only shows the buttons related to the actions the local user has permissions to.
@@ -20,9 +19,8 @@ Do I have permission to turn video on, do I have permission to turn mic on, do I
2019
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2120
- Optional: Complete the quick start to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2221

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

2725
## Next steps
2826
- [Learn how to manage video](./manage-video.md)

0 commit comments

Comments
 (0)