Skip to content

Commit 23e7529

Browse files
committed
Update reactions doc
1 parent ae41b1d commit 23e7529

File tree

1 file changed

+14
-2
lines changed
  • articles/communication-services/how-tos/calling-sdk

1 file changed

+14
-2
lines changed

articles/communication-services/how-tos/calling-sdk/reactions.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313
---
1414

1515
# Reactions
16-
In this article, you learn how to implement the reactions capability with Azure Communication Services Calling SDKs. This capability allows users in a group call or meeting to send and receive reactions with participants in Azure Communication Services and Microsoft Teams. Reactions for users in Microsoft Teams are controlled by the configuration and policy settings in Teams. Additional information is available in [Manage reactions in Teams meetings and webinars](/microsoftteams/manage-reactions-meetings) and [Meeting options in Microsoft Teams](https://support.microsoft.com/en-us/office/meeting-options-in-microsoft-teams-53261366-dbd5-45f9-aae9-a70e6354f88e)
16+
In this article, you learn how to implement the reactions capability with Azure Communication Services Calling SDKs. This capability allows users in a group call or meeting to send and receive reactions with participants in Azure Communication Services and Microsoft Teams. Reactions for users in Microsoft Teams are controlled by the configuration and policy settings in Teams. Additional information is available in [Manage reactions in Teams meetings and webinars](/microsoftteams/manage-reactions-meetings) and [Meeting options in Microsoft Teams](/office/meeting-options-in-microsoft-teams-53261366-dbd5-45f9-aae9-a70e6354f88e)
1717

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

@@ -24,7 +24,19 @@ In this article, you learn how to implement the reactions capability with Azure
2424
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2525
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2626

27-
[!INCLUDE [Spotlight Client-side JavaScript](./includes/reactions/reactions-web.md)]
27+
## Reaction in different call types
28+
Reactions are supported by Azure Communication SDK in these types of calls:
29+
- Room Call, allowed by default
30+
- Group Call, allowed by default
31+
- Teams meeting, based on [Teams policy](/microsoftteams/manage-reactions-meetings)
32+
33+
Reactions are not supported for 1:1 call.
34+
35+
## Limits on reactions
36+
Reactions are pulling by batches with same interval. Current batch limitation is 20k reactions with pulling time 3 seconds.
37+
If the number of reactions exceeds the limit - they will be sent in second batch.
38+
39+
[!INCLUDE [Reactions JavaScript](./includes/reactions/reactions-web.md)]
2840

2941
## Next steps
3042
- [Learn how to manage calls](./manage-calls.md)

0 commit comments

Comments
 (0)