Skip to content

Commit 44ea86e

Browse files
committed
Fix acrolinx
1 parent 1a8d075 commit 44ea86e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/communication-services/concepts/interop/enable-closed-captions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Provide translation – Use the translation functions provided to provide transl
5757
![Diagram of Teams meeting interop](./media/acs-teams-interop-captions.png)
5858

5959
## Sample architecture of an Azure Communication Services user using captions in a meeting with a Microsoft 365 user on Azure Communication Services SDK
60-
![Diagram of CTE user](./media/-captions-interop.png)
60+
![Diagram of CTE user](./media/m365-captions-interop.png)
6161

6262

6363
## Privacy concerns

articles/communication-services/how-tos/calling-sdk/push-notifications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
1616

1717
# Enable push notifications for calls
1818

19-
Here, we'll learn how to enable push notifications for Azure Communication Services calls. Setting these up will let your users know when they have an incoming call which they can then answer.
19+
Here, we learn how to enable push notifications for Azure Communication Services calls. Setting up the push notifications let your users know when they have an incoming call, which they can then answer.
2020

2121
## TTL token
2222

23-
The Time To Live (TTL) token is a setting that determines the length of time a notification token stays valid before becoming invalid. This setting is useful for applications where user engagement does not require daily interaction but remains critical over longer periods.
23+
The Time To Live (TTL) token is a setting that determines the length of time a notification token stays valid before becoming invalid. This setting is useful for applications where user engagement doesn't require daily interaction but remains critical over longer periods.
2424

2525
The TTL configuration allows the management of push notifications' lifecycle, reducing the need for frequent token renewals while ensuring that the communication channel between the application and its users remains open and reliable for extended durations.
2626

2727
Currently, the maximum value for TTL is **180 days (15,552,000 seconds)**, and the min value is **5 minutes (300 seconds)**. You can enter this value and adjust it accordingly to your needs.
2828

29-
There's a **24-hour limit** after the register push notification API is called when the device token information is saved in Registar. After TTL lifespan ends, the device endpoint information is deleted. Any incoming calls on those devices can't be delivered to the devices if those devices don't call the register push notification API again.
29+
There's a **24-hour limit** after the register push notification API is called when the device token information is saved in Registrar. After TTL lifespan ends, the device endpoint information is deleted. Any incoming calls on those devices can't be delivered to the devices if those devices don't call the register push notification API again.
3030

31-
In case that you want to revoke an identity you need to follow [the next proces](../../concepts/identity-model.md#revoke-or-update-access-token). Once the identity is revoked the Registrar entry should be deleted.
31+
In case that you want to revoke an identity you need to follow [the next process](../../concepts/identity-model.md#revoke-or-update-access-token), once the identity is revoked the Registrar entry should be deleted.
3232

33-
Note: For CTE (Custom Teams Endpoint) the max TTL value is **24 hrs (86,400 seconds)** there is no way to increase this value.
33+
Note: For CTE (Custom Teams Endpoint) the max TTL value is **24 hrs (86,400 seconds)** there's no way to increase this value.
3434

3535
## Prerequisites
3636

0 commit comments

Comments
 (0)