Skip to content

Commit 4f28690

Browse files
authored
Apply suggestions from code review
1 parent a77ceed commit 4f28690

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api-reference/beta/resources/emergencycallevent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ None.
2525
## Properties
2626
|Property|Type|Description|
2727
|:---|:---|:---|
28-
| callerInfo | [emergencyCallerInfo](../resources/emergencycallerinfo.md)| Emergency caller information. |
28+
| callerInfo | [emergencyCallerInfo](../resources/emergencycallerinfo.md)| The emergency caller information. |
2929
| callEventType | callEventType| The event type of the call. Possible values are: `callStarted`, `callEnded`, `unknownFutureValue`, `rosterUpdated`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rosterUpdated`.|
3030
| emergencyNumberDialed | String | The emergency number dialed. |
3131
| eventDateTime | DateTimeOffset | The time of when event occurred. |

concepts/changenotifications-for-emergencycalls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.doc_type: "conceptual"
1010
---
1111
# Get change notifications for Microsoft Teams emergency call event updates
1212

13-
Microsoft Teams supports notifications for emergency calls. These notifications can be routed to inform specific security personnel within Teams. Microsoft Graph emergency call events notification extends that capability to allow emergency calling notifications to be received outside of Teams (for example, by custom client applications), as shown in the following diagram.
13+
Microsoft Teams supports notifications for emergency calls. These notifications can be routed to inform specific security personnel within Teams. Microsoft Graph's emergency call events notification extends this capability to allow emergency call notifications to be received outside of Teams (for example, by custom client applications), as shown in the following diagram.
1414

1515
![Emergency call events notification flow diagram](./images/Change-notification-emergency-call-flow.png)
1616

1717
1. The Teams tenant admin configures [emergency calling](/microsoftteams/configure-dynamic-emergency-calling) for the tenant.
18-
2. The client application creates a Graph emergency call event subscription.
19-
3. The emergency call event notification is fired to the client application When a Teams user makes an emergency call (for example, 911) on Teams.
18+
2. The client application creates a Microsoft Graph emergency call event subscription.
19+
3. The emergency call event notification is fired to the client application when a Teams user makes an emergency call (for example, 911) on Teams.
2020
4. The client application either [renews](/graph/api/subscription-update) the existing subscription before it expires or [creates](/graph/api/subscription-post-subscriptions) a new one after it expires to continue to subscribe to emergency call event notifications.
2121

2222

@@ -32,12 +32,12 @@ Microsoft Teams supports notifications for emergency calls. These notifications
3232

3333
To subscribe to when an emergency call policy number is dialed, set the `resource` property in the subscription payload to `communications/calls/getEmergencyEventsByPolicy(policyName='{policyName}')`, replacing the `{policyName}` field with the policy name configured for your organization.
3434

35-
Subscriptions for emergency call events only support rich notifications. Set `includeResourceData` to `true` and provide base64 encoded certificate value for `encryptionCertificate` and a string identifier for `encryptionCertificateId`. For more information on creating subscriptions with rich notifications, see [Set up change notifications that include resource data](/graph/change-notifications-with-resource-data).
35+
Subscriptions for emergency call events only support rich notifications. Set `includeResourceData` to `true` and provide base64 encoded certificate value for `encryptionCertificate` and a string identifier for `encryptionCertificateId`. For more information, see [Set up change notifications that include resource data](/graph/change-notifications-with-resource-data).
3636

3737
Subscriptions for emergency call events have a max subscription life time of one day. To keep subscriptions for longer, update the **expirationDateTime** property of the subscription. For more information, see [Update subscription API](/graph/api/subscription-update).
3838

3939
> [!NOTE]
40-
> Subscriptions are limited one subscription per combination of application, tenant, and policy name. A second subscription that uses the same application, tenant, and emergency policy as another will fail with the HTTP status code 409, meaning that the subscription request was duplicated and cannot be created.
40+
> Subscriptions are limited to one subscription per application, tenant, and policy name combination. A second subscription that uses the same application, tenant, and emergency policy as another will fail with the HTTP status code 409, meaning that the subscription request was duplicated and cannot be created.
4141
4242
### Subscription payload example
4343

0 commit comments

Comments
 (0)