Skip to content

Commit 6a744fb

Browse files
authored
Add files via upload
1 parent 4f0ed34 commit 6a744fb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Raise Hand States
3+
titleSuffix: An Azure Communication Services how-to guide
4+
description: Use Azure Communication Services SDKs to send Raise Hand state.
5+
author: ruslanzdor
6+
ms.author: -
7+
ms.service: azure-communication-services
8+
ms.subservice: calling
9+
ms.topic: how-to
10+
ms.date: 09/08/2022
11+
ms.custom: template-how-to
12+
13+
#Customer intent: As a developer, I want to learn how to send and receive Raise Hand state using SDK.
14+
---
15+
16+
# Raise Hand States
17+
18+
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
19+
20+
During an active call, you may want to send or receive states from other users. Let's learn how.
21+
22+
## Prerequisites
23+
24+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
25+
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
26+
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/access-tokens.md).
27+
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
28+
29+
[!INCLUDE [Transfer calls Client-side JavaScript](./includes/raise-hand/raise-hand-web.md)]
30+
31+
## Next steps
32+
- [Learn how to manage calls](./manage-calls.md)
33+
- [Learn how to manage video](./manage-video.md)
34+
- [Learn how to record calls](./record-calls.md)
35+
- [Learn how to transcribe calls](./call-transcription.md)

0 commit comments

Comments
 (0)