Skip to content

Commit 7a4177c

Browse files
Merge pull request #234704 from elavarasidc/patch-2-fixcapabilities
[ACS Calling SDK] add missing capabilities
2 parents 7d127fb + fb90f94 commit 7a4177c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: elavarasid
2+
author: elavarasidc
33
ms.service: azure-communication-services
44
ms.topic: include
55
ms.date: 03/24/2023
@@ -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)