File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
articles/communication-services/how-tos/calling-sdk Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Then you can get the feature API object from the call instance:
22
22
const raiseHandFeature = call .feature (Features .RaiseHand );
23
23
```
24
24
25
- ### Raise and Lower Hand for current participant:
25
+ ### Raise and lower hand for current participant:
26
26
Raise Hand state can be used in any call type: on 1:1 calls and on calls with many participants, in ACS and in Teams calls.
27
27
If it Teams meeting - organizer will have ability to enable or disable raise hand states for all participants.
28
28
To change state for current participant, you can use methods:
@@ -66,7 +66,7 @@ const raiseHandFeature = call.feature(Features.RaiseHand );
66
66
let activeStates = raiseHandFeature .getStatus ();
67
67
```
68
68
69
- ### Order of Raised Hands
69
+ ### Order of raised Hands
70
70
It possible to get order of all raised hand states on the call, this order is started from 1.
71
71
There are two ways: get all raise hand state on the call or use ` raiseHandChanged ` event subscription.
72
72
In event subscription when any participant will lower a hand - call will generate only one event, but not for all participants with order above.
Original file line number Diff line number Diff line change 1
1
---
2
- title : Raise Hand States
2
+ title : Raise hand states
3
3
titleSuffix : An Azure Communication Services how-to guide
4
- description : Use Azure Communication Services SDKs to send Raise Hand state.
4
+ description : Use Azure Communication Services SDKs to send raise hand state.
5
5
author : rzdor
6
6
ms.author : ruslanzdor
7
7
ms.service : azure-communication-services
@@ -13,7 +13,7 @@ ms.custom: template-how-to
13
13
# Customer intent: As a developer, I want to learn how to send and receive Raise Hand state using SDK.
14
14
---
15
15
16
- # Raise Hand States
16
+ # Raise hand states
17
17
18
18
[ !INCLUDE [ Public Preview Disclaimer] ( ../../includes/public-preview-include-document.md )]
19
19
You can’t perform that action at this time.
0 commit comments