Skip to content

Commit 12f8ad0

Browse files
authored
Merge pull request #265142 from rzdor/ruslanz/azure-reactions-update
Update reactions doc
2 parents 2aa051f + 72588e3 commit 12f8ad0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ reaction.on('reaction', event => {
6161
### Key things to note about using Reactions:
6262
- For Microsoft Teams interoperability scenarios, the functionality of the feature depends on the meeting policy for the reaction capability.
6363
- Reactions are supported in the Web Calling SDK.
64-
- Reactions are not currently supported in the Native SDKs.
65-
- Reactions are supported for Microsoft Teams Meeting interoperability, Azure Communication Services Rooms, and Group Calls.
66-
- Reactions are not supported for 1:1 calls.
64+
- Reactions are not currently supported in the Native SDKs.

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](https://support.microsoft.com/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)