Skip to content

Commit 5adf14a

Browse files
authored
Merge pull request #122164 from SevenZeroThree/patch-1
Adding section links to calling events and updating descriptions
2 parents 9f1ac4a + 747b069 commit 5adf14a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
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 and 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 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.
1818

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

@@ -33,7 +33,7 @@ Azure Communication Services emits the following chat event types:
3333
| [Microsoft.Communication.ChatThreadParticipantAdded](#microsoftcommunicationchatthreadparticipantadded-event) | `Thread` | Published when a new participant is added to a chat thread |
3434
| [Microsoft.Communication.ChatThreadParticipantRemoved](#microsoftcommunicationchatthreadparticipantremoved-event) | `Thread` | Published when a participant is removed from a chat thread |
3535
| [Microsoft.Communication.ChatMessageReceivedInThread](#microsoftcommunicationchatmessagereceivedinthread-event) | `Thread` |Published when a message is received in a chat thread |
36-
| [Microsoft.Communication.ChatThreadPropertiesUpdated](#microsoftcommunicationchatthreadpropertiesupdated-event)| `Thread` | Published when a chat thread's properties are updated.|
36+
| [Microsoft.Communication.ChatThreadPropertiesUpdated](#microsoftcommunicationchatthreadpropertiesupdated-event)| `Thread` | Published when a chat thread's properties are updated |
3737
| [Microsoft.Communication.ChatMessageEditedInThread](#microsoftcommunicationchatmessageeditedinthread-event) | `Thread` |Published when a message is edited in a chat thread |
3838
| [Microsoft.Communication.ChatMessageDeletedInThread](#microsoftcommunicationchatmessagedeletedinthread-event) | `Thread` |Published when a message is deleted in a chat thread |
3939

articles/event-grid/communication-services-voice-video-events.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Azure Communication Services emits the following voice and video calling event t
1717

1818
| Event type | Description |
1919
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
20-
| Microsoft.Communication.RecordingFileStatusUpdated | Published when recording file is available |
21-
| Microsoft.Communication.CallStarted | Published when call is started |
22-
| Microsoft.Communication.CallEnded | Published when call is ended |
23-
| Microsoft.Communication.CallParticipantAdded | Published when participant is added |
24-
| Microsoft.Communication.CallParticipantRemoved | Published when participant is removed |
25-
| Microsoft.Communication.IncomingCall | Published when there is an incoming call |
20+
| [Microsoft.Communication.RecordingFileStatusUpdated](#microsoftcommunicationrecordingfilestatusupdated) | Published when a recording file is available |
21+
| [Microsoft.Communication.CallStarted](#microsoftcommunicationcallstarted) | Published when a call is started |
22+
| [Microsoft.Communication.CallEnded](#microsoftcommunicationcallended) | Published when a call ends |
23+
| [Microsoft.Communication.CallParticipantAdded](#microsoftcommunicationcallparticipantadded) | Published when a participant is added to a call AND they join it |
24+
| [Microsoft.Communication.CallParticipantRemoved](#microsoftcommunicationcallparticipantremoved) | Published when a participant leaves or is removed from a call |
25+
| [Microsoft.Communication.IncomingCall](#microsoftcommunicationincomingcall) | Published when there is an incoming call |
2626

2727
## Event responses
2828

0 commit comments

Comments
 (0)