Skip to content

Commit dd66b65

Browse files
committed
Review, edit, Acrolynx, Learn Linter
1 parent 747e401 commit dd66b65

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Azure Communication Services - Voice and video calling events
2+
title: Azure Communication Services - events
33
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
66
author: VikramDhumal
77
ms.author: vikramdh
8+
# Customer intent: I want to know what events are supported by Azure Communication Services through Azure Event Grid.
89
---
910

1011
# Azure Communication Services - Voice and video calling events
@@ -22,7 +23,7 @@ Azure Communication Services emits the following voice and video calling event t
2223
| [Microsoft.Communication.CallEnded](#microsoftcommunicationcallended) | Published when a call ends |
2324
| [Microsoft.Communication.CallParticipantAdded](#microsoftcommunicationcallparticipantadded) | Published when a participant is added to a call AND they join it |
2425
| [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 |
2627

2728
## Event responses
2829

@@ -280,10 +281,10 @@ This section contains an example of what that data would look like for each even
280281
```
281282

282283
## 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.
285286

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.
287288

288-
## Next steps
289+
## Related content
289290
See the following tutorial: [Quickstart: Handle voice and video calling events](../communication-services/quickstarts/voice-video-calling/handle-calling-events.md).

0 commit comments

Comments
 (0)