call-control-sdk 6.2.3 → 6.2.5

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 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,16 +58,10 @@ 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
65
64
 
66
- <table>
67
- <tr>
68
- <td width="100%">
69
-
70
65
  ### 🎯 **Complete Call Control**
71
66
 
72
67
  - Hold/Resume calls
@@ -74,9 +69,6 @@ To use this SDK, you must have:
74
69
  - Agent status management
75
70
  - End call with disposition
76
71
 
77
- </td>
78
- <td width="100%">
79
-
80
72
  ### 🖱️ **Intuitive Interface**
81
73
 
82
74
  - Draggable control panel
@@ -84,11 +76,6 @@ To use this SDK, you must have:
84
76
  - Touch-friendly design
85
77
  - Responsive layout
86
78
 
87
- </td>
88
- </tr>
89
- <tr>
90
- <td width="100%">
91
-
92
79
  ### 💾 **Smart State Management**
93
80
 
94
81
  - Real-time call timer
@@ -96,9 +83,6 @@ To use this SDK, you must have:
96
83
  - Singleton state pattern
97
84
  - Cross-component sync
98
85
 
99
- </td>
100
- <td width="100%">
101
-
102
86
  ### 🎨 **Modern Design**
103
87
 
104
88
  - Material-UI components
@@ -106,10 +90,6 @@ To use this SDK, you must have:
106
90
  - Accessible UI patterns
107
91
  - Customizable styling
108
92
 
109
- </td>
110
- </tr>
111
- </table>
112
-
113
93
  ## 📦 Installation
114
94
 
115
95
  <div align="center">
@@ -125,10 +105,13 @@ npm install call-control-sdk
125
105
  Make sure you have these peer dependencies installed:
126
106
 
127
107
  <div align="center">
108
+
128
109
  ```bash
129
110
  npm install react react-dom axios @mui/material @mui/icons-material @emotion/react @emotion/styled
130
111
  ```
112
+
131
113
  </div>
114
+
132
115
  ---
133
116
 
134
117
  ## 🚀 Quick Start
@@ -440,9 +423,9 @@ interface EndCallPayload {
440
423
 
441
424
  <div align="center">
442
425
 
443
- **REDIX LICENSE** © 2025
426
+ **ACHALA LICENSE** © 2025
444
427
 
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]
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)
447
430
 
448
431
  </div>