You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,6 +366,9 @@ Check is screen sharing is on. It returns `Boolean`.
366
366
const isScreenSharingOn = call.isScreenSharingOn;
367
367
```
368
368
## Send or receive a reaction from other participants
369
+
> [!NOTE]
370
+
> This API is provided as a preview for developers and may change based on feedback that we receive. To use this api please use 'beta' release of Azure Communication Services Calling Web SDK version 1.18.1 or higher
371
+
369
372
Within ACS you can send and receive reactions when on a group call:
0 commit comments