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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
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.
4
+
description: Learn more about Azure Communication Services SDKs and REST APIs.
5
5
author: sloanster
6
6
manager: chpalm
7
7
services: azure-communication-services
@@ -20,7 +20,7 @@ In the tables below we summarize these areas and availability of REST APIs and S
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
22
## Creating a practice to use the latest SDK
23
-
In today's, browser versions and operating systems are always being upgraded to support the latest in advancement and to help fixi outstanding bugus and isues. Using the latest Azure Communication Services SDK can help you achieve the best quality for your application. The latest ACS's 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 javascript language and ecosystem. The SDK's are always upgraded on a regular basis. It is recommended that as a developer you create a procress to ensure that you are always upgrading to the latest SDK's.
23
+
In today's, browser 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. The latest ACS's 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. The SDKs are always upgraded on a regular basis. It's recommended that as a developer you create a procress to ensure that you're always upgrading to the latest SDKs.
24
24
25
25
## SDKs
26
26
@@ -126,8 +126,8 @@ Communication Services APIs are documented alongside other [Azure REST APIs](/re
126
126
127
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:
128
128
129
-
- 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.
130
-
- 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 are 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 are 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