call-control-sdk 6.2.9 → 6.3.1

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/call-control-sdk?color=orange&style=for-the-badge)](https://bundlephobia.com/package/call-control-sdk)
8
8
 
9
9
  **A powerful, lightweight SDK for real-time call management**
10
+
10
11
  **🔑AUTHORIZED ACCESS REQUIRED - API Key & Tenant ID🔑**
11
12
 
12
13
  </div>
@@ -390,7 +391,7 @@ interface EndCallPayload {
390
391
 
391
392
  <div align="center">
392
393
 
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)
394
+ ![license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)
395
+ ![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)
395
396
 
396
397
  </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.1",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",