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-video/manage-video-web.md
-55Lines changed: 0 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,58 +491,3 @@ Limitations:
491
491
- Sending the same camera in both CallAgent, isn't supported. They must be two different cameras.
492
492
- Sending two different cameras with one CallAgent is currently not supported.
493
493
- On macOS Safari, background blur video effects (from @azure/communication-effects), can only be applied to one camera, and not both at the same time.
494
-
495
-
## Send or receive a reaction from other participants
Sending and receiving of reactions is in public preview and available as part of versions 1.18.1-beta.1 or higher.
498
-
499
-
Within Azure Communication Services you can send and receive reactions when on a group call:
500
-
- Like :+1:
501
-
- Love :heart:
502
-
- Applause :clap:
503
-
- Laugh :smile:
504
-
- Surprise :open_mouth:
505
-
506
-
To send a reaction you'll use the `sendReaction(reactionMessage)` API. To receive a reaction message will be built with Type `ReactionMessage` which uses `Reaction` enums as an attribute.
507
-
508
-
You'll need to subscribe for events which provide the subscriber event data as:
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md
-55Lines changed: 0 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,58 +345,3 @@ Recommendations for the management of chat ID:
345
345
- Escalation of the 1:1 phone call by adding another phone participant: Use Graph API to get the existing chat ID with only Teams user as a participant or create a new group chat with participants: Teams user ID and "00000000-0000-0000-0000-000000000000"
346
346
- Group call with single Teams user and multiple phone participants: Use Graph API to get existing chat ID with only Teams user as a participant or create a new group chat with participants: Teams user ID and "00000000-0000-0000-0000-000000000000"
347
347
- Group call with more than 2 Teams users: Use Graph API to get or create a group chat with the Teams users
348
-
349
-
## Send or receive a reaction from other participants
350
-
> [!NOTE]
351
-
> 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
352
-
353
-
Within Azure Communication Services you can send and receive reactions when on a group call:
354
-
- Like :+1:
355
-
- Love :heart:
356
-
- Applause :clap:
357
-
- Laugh :smile:
358
-
- Surprise :open_mouth:
359
-
360
-
To send a reaction you'll use the `sendReaction(reactionMessage)` API. To receive a reaction message will be built with Type `ReactionMessage` which uses `Reaction` enums as an attribute.
361
-
362
-
You'll need to subscribe for events which provide the subscriber event data as:
0 commit comments