We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5908f35 commit 688d750Copy full SHA for 688d750
articles/communication-services/how-tos/calling-sdk/includes/raise-hand/raise-hand-windows.md
@@ -93,5 +93,4 @@ foreach (RaiseHand rh in raiseHandCallFeature.RaisedHands.ToList())
93
The `RaisedHands` variable will contain an array of participant objects, where each object has the following properties:
94
`identifier`: the communication identifier of the participant
95
`order`: the order in which the participant raised their hand
96
-You can use this information to display a list of participants with the Raise Hand state and their order in the queue.```
97
-```
+You can use this information to display a list of participants with the Raise Hand state and their order in the queue.
0 commit comments