Skip to content

Commit fd3ab8a

Browse files
authored
Merge pull request #124398 from angiurgiu/patch-3
Update communication-services-chat-events.md
2 parents e82bdfd + 608fc83 commit fd3ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/communication-services-chat-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Communication Services emits chat events only when Azure Communication Ser
1414

1515
## Event types
1616

17-
Azure Communication Services emits chat events on two different levels: **User-level** and **Thread-level**. User-level events pertain to a specific user on the chat thread and are delivered once per user. Thread-level events pertain to the entire chat thread and are delivered once per thread. For example: if there are 10 users in a thread, there will be one thread-level event and 10 user-level events, one for each user, when a message is received in a thread.
17+
Azure Communication Services emits chat events on two different levels: **User-level** and **Thread-level**. User-level events are specific to each user in the chat thread and are delivered once per user, excluding the event sender. Thread-level events pertain to the entire chat thread and are delivered once per thread. For instance, when a message is received in a thread with 10 users, there will be one thread-level event and 9 user-level events, one for each user, except for the sender.
1818

1919
Azure Communication Services emits the following chat event types:
2020

0 commit comments

Comments
 (0)