Skip to content

Commit dd06ace

Browse files
authored
Update raise-hand-web.md
Corrected issue flagged by Acrolinx
1 parent 629d871 commit dd06ace

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/raise-hand

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `raisedHandChanged` and `loweredHandChanged` events contain an object with t
6868
To unsubscribe from the events, you can use the `off` method.
6969

7070
### List of all participants with active state
71-
To get information about all participants that have raised hand state on current call, you can use the `getRaisedHands` api. he returned array is sorted by the order field.
71+
To get information about all participants that have raised hand state on current call, you can use the `getRaisedHands` api. The returned array is sorted by the order field.
7272
Here's an example of how to use the `getRaisedHands` API:
7373
```js
7474
const raiseHandFeature = call.feature(Features.RaiseHand );

0 commit comments

Comments
 (0)