@vonage/client-sdk 2.1.3-snapshot.151.0 → 2.1.3-snapshot.160.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/client/index.cjs +14158 -13872
- package/dist/client/index.mjs +14158 -13872
- package/dist/vonageClientSDK.js +14052 -13782
- package/dist/vonageClientSDK.min.js +23 -23
- package/dist/vonageClientSDK.min.mjs +23 -23
- package/dist/vonageClientSDK.mjs +14052 -13782
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The Client SDK is intended to provide a ready solution for developers to build Programmable Conversation applications across multiple Channels including: Messages, Voice, SIP, websockets, and App.
|
|
4
4
|
|
|
5
|
-
> **⚠️ Warning:** Chat Functionality (
|
|
5
|
+
> **⚠️ Warning:** Chat Functionality (Deprecated)
|
|
6
6
|
>
|
|
7
|
-
> The chat functionality in our SDK is
|
|
7
|
+
> The chat functionality in our SDK is now deprecated and is scheduled for removal by the end of April 2026. While it remains available for the time being, we recommend avoiding the introduction of new dependencies on this feature. Existing methods may change or become unsupported as we progress toward its sunset. If you rely on this functionality, please begin planning your migration. Your feedback remains welcome during this transition period.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|