call-control-sdk 6.2.3 → 6.2.4

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 +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  **A powerful, lightweight SDK for real-time call management**
11
11
 
12
+ </div>
12
13
  <div align="center">
13
14
  🔑 **AUTHORIZED ACCESS REQUIRED** - API Key & Tenant ID
14
15
  </div>
@@ -57,8 +58,6 @@ To use this SDK, you must have:
57
58
  - [🌍 Browser Support](#-browser-support)
58
59
  - [📄 License](#-license)
59
60
 
60
- </div>
61
-
62
61
  ---
63
62
 
64
63
  ## ✨ Key Features
@@ -75,6 +74,8 @@ To use this SDK, you must have:
75
74
  - End call with disposition
76
75
 
77
76
  </td>
77
+ </tr>
78
+ <tr>
78
79
  <td width="100%">
79
80
 
80
81
  ### 🖱️ **Intuitive Interface**
@@ -97,6 +98,8 @@ To use this SDK, you must have:
97
98
  - Cross-component sync
98
99
 
99
100
  </td>
101
+ </tr>
102
+ <tr>
100
103
  <td width="100%">
101
104
 
102
105
  ### 🎨 **Modern Design**
@@ -125,10 +128,13 @@ npm install call-control-sdk
125
128
  Make sure you have these peer dependencies installed:
126
129
 
127
130
  <div align="center">
131
+
128
132
  ```bash
129
133
  npm install react react-dom axios @mui/material @mui/icons-material @emotion/react @emotion/styled
130
134
  ```
135
+
131
136
  </div>
137
+
132
138
  ---
133
139
 
134
140
  ## 🚀 Quick Start
@@ -442,7 +448,7 @@ interface EndCallPayload {
442
448
 
443
449
  **REDIX LICENSE** © 2025
444
450
 
445
- [![license](https://img.shields.io/badge/License-Redix-blue?style=for-the-badge)][PROPRIETARY]
446
- [![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)][ACHALA]
451
+ [![license](https://img.shields.io/badge/License-Achala-blue?style=for-the-badge)]
452
+ [![license](https://img.shields.io/badge/License-Proprietary-red?style=for-the-badge)]
447
453
 
448
454
  </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.3",
4
+ "version": "6.2.4",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",