Skip to content

Commit 48e5965

Browse files
authored
Update manage-calls-web.md
1 parent e75f21b commit 48e5965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,3 +410,7 @@ reaction.on('reaction', event => {
410410
console.log("reaction message - " + JSON.stringify(event.reactionMessage));
411411
}
412412
```
413+
414+
### Key things to note about using Reactions:
415+
- Reactions will not work if the meeting organizer updates the meeting policy to disallow the reaction in a Teams interop call.
416+
- Sending of reactions does not work on 1:1 calls.

0 commit comments

Comments
 (0)