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/event-grid/communication-services-voice-video-events.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
---
2
-
title: Azure Communication Services - Voice and video calling events
2
+
title: Azure Communication Services - events
3
3
description: This article describes how to use Azure Communication Services as an Event Grid event source for voice and video calling Events.
4
-
ms.topic: conceptual
5
-
ms.date: 12/02/2022
4
+
ms.topic: concept-article
5
+
ms.date: 01/22/2025
6
6
author: VikramDhumal
7
7
ms.author: vikramdh
8
+
# Customer intent: I want to know what events are supported by Azure Communication Services through Azure Event Grid.
8
9
---
9
10
10
11
# Azure Communication Services - Voice and video calling events
@@ -22,7 +23,7 @@ Azure Communication Services emits the following voice and video calling event t
22
23
|[Microsoft.Communication.CallEnded](#microsoftcommunicationcallended)| Published when a call ends |
23
24
|[Microsoft.Communication.CallParticipantAdded](#microsoftcommunicationcallparticipantadded)| Published when a participant is added to a call AND they join it |
24
25
|[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 |
26
+
|[Microsoft.Communication.IncomingCall](#microsoftcommunicationincomingcall)| Published when there's an incoming call |
26
27
27
28
## Event responses
28
29
@@ -280,10 +281,10 @@ This section contains an example of what that data would look like for each even
280
281
```
281
282
282
283
## Limitations
283
-
Aside from `IncomingCall`, Calling events are only available for Azure Communication Services VoIP users. PSTN, bots, echo bot and Teams users events are excluded.
284
-
No calling events will be available for Azure Communication Services - Teams meeting interop call.
284
+
Aside from `IncomingCall`, Calling events are only available for Azure Communication Services VoIP users. Public Switched Telephone Network (PSTN), bots, echo bot, and Teams users events are excluded.
285
+
No calling events are available for Azure Communication Services - Teams meeting interop call.
285
286
286
-
`IncomingCall` events have support for Azure Communication Services VoIP users and PSTN numbers. For more details on which scenarios can trigger `IncomingCall` events, see the following [Incoming call concepts](../communication-services/concepts/call-automation/incoming-call-notification.md) documentation.
287
+
`IncomingCall` events have support for Azure Communication Services VoIP users and PSTN numbers. For more information about scenarios that can trigger `IncomingCall` events, see the following [Incoming call concepts](../communication-services/concepts/call-automation/incoming-call-notification.md) documentation.
287
288
288
-
## Next steps
289
+
## Related content
289
290
See the following tutorial: [Quickstart: Handle voice and video calling events](../communication-services/quickstarts/voice-video-calling/handle-calling-events.md).
0 commit comments