call-control-sdk 6.2.5 → 6.2.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -425,7 +425,7 @@ interface EndCallPayload {
425
425
 
426
426
  **ACHALA LICENSE** © 2025
427
427
 
428
- [license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)
429
- [license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)
428
+ ![license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)
429
+ ![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)
430
430
 
431
431
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "call-control-sdk",
3
3
  "description": "Call Control SDK for Web RTC",
4
- "version": "6.2.5",
4
+ "version": "6.2.6",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",