call-control-sdk 6.2.9 → 6.3.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -390,7 +390,7 @@ interface EndCallPayload {
390
390
 
391
391
  <div align="center">
392
392
 
393
- [![license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)](LICENSE-ACHALA)
394
- [![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)](LICENSE)
393
+ ![license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)
394
+ ![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)
395
395
 
396
396
  </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.9",
4
+ "version": "6.3.0",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",