Skip to content

Commit 46792a9

Browse files
committed
fix formatting
1 parent 9df0107 commit 46792a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Then you can get the feature API object from the call instance:
2222
const raiseHandFeature = call.feature(Features.RaiseHand );
2323
```
2424

25-
### Raise and Lower Hand for current participant:
25+
### Raise and lower hand for current participant:
2626
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.
2727
If it Teams meeting - organizer will have ability to enable or disable raise hand states for all participants.
2828
To change state for current participant, you can use methods:
@@ -66,7 +66,7 @@ const raiseHandFeature = call.feature(Features.RaiseHand );
6666
let activeStates = raiseHandFeature.getStatus();
6767
```
6868

69-
### Order of Raised Hands
69+
### Order of raised Hands
7070
It possible to get order of all raised hand states on the call, this order is started from 1.
7171
There are two ways: get all raise hand state on the call or use `raiseHandChanged` event subscription.
7272
In event subscription when any participant will lower a hand - call will generate only one event, but not for all participants with order above.

articles/communication-services/how-tos/calling-sdk/raise-hand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Raise Hand States
2+
title: Raise hand states
33
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.
55
author: rzdor
66
ms.author: ruslanzdor
77
ms.service: azure-communication-services
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313
#Customer intent: As a developer, I want to learn how to send and receive Raise Hand state using SDK.
1414
---
1515

16-
# Raise Hand States
16+
# Raise hand states
1717

1818
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
1919

0 commit comments

Comments
 (0)