Skip to content

Commit d80bd21

Browse files
authored
add missing capabilities
1 parent 1771b3a commit d80bd21

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: elavarasid
2+
author: elavarasidc
33
ms.service: azure-communication-services
44
ms.topic: include
55
ms.date: 03/24/2023
6-
ms.author: elavarasid
6+
ms.author: elavarasid@microsoft.com
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
99

@@ -39,8 +39,9 @@ Capabilities object has the capabilities of the local participants and is of typ
3939
>```
4040
4141
**Capabilities Exposed**
42-
> - *manageBreakOutRoom*: Ability to manage break out room
43-
> - *muteUnmuteMic*: Ability to Mute Unmute Mic
44-
> - *removeParticipant*: Ability to remove a participant
42+
> - *manageBreakOutRoom*: Ability to manage break out room
43+
> - *muteUnmuteMic*: Ability to mute and unmute Mic
44+
> - *removeParticipant*: Ability to remove a participant
4545
> - *shareApplication*: Ability to share an application
4646
> - *shareBrowserTab*: Ability to share a browser tab
47+
> - *shareScreen*: Ability to share screen

0 commit comments

Comments
 (0)