Skip to content

Commit ffc6589

Browse files
committed
Add features TTL notice
1 parent 04d8e7e commit ffc6589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ The following list presents the set of features that are currently available in
9999
| | Custom background image | ✔️ ||||
100100
| Audio Effects | [Music Mode](./music-mode.md) || ✔️ | ✔️ | ✔️ |
101101
| | [Audio filters](../../how-tos/calling-sdk/manage-audio-filters.md) || ✔️ | ✔️ | ✔️ |
102-
| Notifications | [Push notifications](../../how-tos/calling-sdk/push-notifications.md) | ✔️ | ✔️ | ✔️ | ✔️ |
102+
| Notifications <sup>4</sup> | [Push notifications](../../how-tos/calling-sdk/push-notifications.md) | | ✔️ | ✔️ | ✔️ |
103103

104104
<sup>1</sup> The capability to Mute Others is currently in public preview.
105105
<sup>2</sup> The Share Screen capability can be achieved using Raw Media APIs. To learn more visit [the raw media access quickstart guide](../../quickstarts/voice-video-calling/get-started-raw-media-access.md).
106106
<sup>3</sup> The Calling SDK doesn't have an explicit API for these functions, you should use the Android & iOS OS APIs to achieve instead.
107+
<sup>4</sup> The maximum value for TTL in native platforms, is **180 days (15,552,000 seconds)**, and the min value is **5 minutes (300 seconds)**. For CTE (Custom Teams Endpoint)/M365 indetity the max TTL value is **24 hrs (86,400 seconds)**.
107108

108109
## JavaScript Calling SDK support by OS and browser
109110

articles/communication-services/tutorials/add-voip-push-notifications-event-grid.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ You can take a look at [voice and video calling events](../../event-grid/communi
2424
The current limitations of using the Native Calling SDK and [Push Notifications](../how-tos/calling-sdk/push-notifications.md) are:
2525

2626
* The maximum value for TTL is **180 days (15,552,000 seconds)**, and the min value is **5 minutes (300 seconds)**. For CTE (Custom Teams Endpoint) the max TTL value is **24 hrs (86,400 seconds)**.
27-
* There's a **24-hour limit** after the register push notification API is called when the device token information is saved.
2827
* Can't deliver push notifications using Baidu or any other notification types supported by Azure Notification Hub but not yet supported in the Calling SDK.
2928

3029
## Prerequisites

0 commit comments

Comments
 (0)