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).
Copy file name to clipboardExpand all lines: articles/event-grid/how-to-filter-events.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
2
title: How to filter events for Azure Event Grid
3
3
description: This article shows how to filter events (by event type, by subject, by operators and data, etc.) when creating an Event Grid subscription.
# Customer intent: I want to know how to subscribe for a subset of events from a source by filtering them.
7
8
---
8
9
9
10
# Filter events for Event Grid
@@ -150,7 +151,7 @@ az eventgrid event-subscription create \
150
151
For an existing event subscription:
151
152
152
153
1. On the **Event Subscription** page, select **Enable subject filtering**.
153
-
1. Enter values for one or more of the following fields: **Subject begins with** and **Subject ends with**. In the following options both options are selected.
154
+
1. Enter values for one or more of the following fields: **Subject begins with** and **Subject ends with**. In the following example, both options are selected.
154
155
155
156
:::image type="content" source="./media/how-to-filter-events/subject-filter-example.png" alt-text="Screenshot of Event Subscription page with subject filtering example.":::
156
157
1. Select **Case-sensitive subject matching** option if you want the subject of the event to match the case of the filters specified.
To learn more about Event Grid event validation for webhooks, see [Endpoint validation with event grid events](end-point-validation-cloud-events-schema.md).
62
+
To learn more about Event Grid event validation for webhooks, see [Endpoint validation with Event Grid events](end-point-validation-cloud-events-schema.md).
62
63
63
64
## Validate cloud event subscription
64
65
Use the **HTTP OPTIONS** method for validation with cloud events. To learn more about cloud event validation for webhooks, see [Endpoint validation with cloud events](end-point-validation-cloud-events-schema.md).
65
66
66
-
## Troubleshoot event subscription validation
67
-
68
-
## Next steps
67
+
## Related content
69
68
If you need more help, post your issue in the [Stack Overflow forum](https://stackoverflow.com/questions/tagged/azure-eventgrid) or open a [support ticket](https://azure.microsoft.com/support/options/).
0 commit comments