Skip to content

Commit 688d750

Browse files
committed
remove unused block
1 parent 5908f35 commit 688d750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@ foreach (RaiseHand rh in raiseHandCallFeature.RaisedHands.ToList())
9393
The `RaisedHands` variable will contain an array of participant objects, where each object has the following properties:
9494
`identifier`: the communication identifier of the participant
9595
`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-
```
96+
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

Comments
 (0)