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/communication-services/concepts/sdk-options.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: SDK's and REST APIs for Azure Communication Services
2
+
title: SDKs and REST APIs for Azure Communication Services
3
3
titleSuffix: An Azure Communication Services concept document
4
-
description: Learn more about Azure Communication Services SDK's and REST APIs.
5
-
author: tophpalmer
4
+
description: Learn more about Azure Communication Services SDKs and REST APIs.
5
+
author: sloanster
6
6
manager: chpalm
7
7
services: azure-communication-services
8
8
9
-
ms.author: chpalm
10
-
ms.date: 04/16/2024
9
+
ms.author: micahvivion
10
+
ms.date: 06/04/2024
11
11
ms.topic: conceptual
12
12
ms.service: azure-communication-services
13
13
---
@@ -19,6 +19,9 @@ In the tables below we summarize these areas and availability of REST APIs and S
19
19
20
20
Development of Calling and Chat applications can be accelerated by the [Azure Communication Services UI library](./ui-library/ui-library-overview.md). The customizable UI library provides open-source UI components for Web and mobile apps, and a Microsoft Teams theme.
21
21
22
+
## Creating a practice to use the latest SDK
23
+
Today's browsers versions and operating systems are always being upgraded to support the latest in advancement and to help fix outstanding bugs and issues. Using the latest Azure Communication Services SDK can help you achieve the best quality for your application when used with updated browsers and operating systems. The latest SDK and offers many benefits, such as improved performance, security, compatibility, and usability. It also allows you to take advantage of the newest features and updates that are constantly being added to the browser and operating system. Azure Communication Services SDKs are always upgraded regularly. It's recommended that you create a procress to ensure that you're always upgrading to the latest SDKs.
@@ -123,8 +126,8 @@ Communication Services APIs are documented alongside other [Azure REST APIs](/re
123
126
124
127
In the future we may retire versions of the Communication Services SDKs, and we may introduce breaking changes to our REST APIs and released SDKs. Azure Communication Services *generally* follows two supportability policies for retiring service versions:
125
128
126
-
- You'll be notified at least three years before being required to change code due to a Communication Services interface change. All documented REST APIs and SDK APIs generally enjoy at least three years warning before interfaces are decommissioned.
127
-
- You'll be notified at least one year before having to update SDK assemblies to the latest minor version. These required updates shouldn't require any code changes because they're in the same major version. Using the latest SDK is especially important for the Calling and Chat libraries that real-time components that often require security and performance updates. We strongly encourage you to keep all your Communication Services SDKs updated.
129
+
- You're notified at least three years before being required to change code due to a Communication Services interface change. All documented REST APIs and SDK APIs generally enjoy at least three years warning before interfaces are decommissioned.
130
+
- You're notified at least one year before having to update SDK assemblies to the latest minor version. These required updates shouldn't require any code changes because they're in the same major version. Using the latest SDK is especially important for the Calling and Chat libraries that real-time components that often require security and performance updates. We strongly encourage you to keep all your Communication Services SDKs updated.
0 commit comments