call-control-sdk 6.2.4 → 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 +3 -26
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,10 +62,6 @@ To use this SDK, you must have:
|
|
|
62
62
|
|
|
63
63
|
## ✨ Key Features
|
|
64
64
|
|
|
65
|
-
<table>
|
|
66
|
-
<tr>
|
|
67
|
-
<td width="100%">
|
|
68
|
-
|
|
69
65
|
### 🎯 **Complete Call Control**
|
|
70
66
|
|
|
71
67
|
- Hold/Resume calls
|
|
@@ -73,11 +69,6 @@ To use this SDK, you must have:
|
|
|
73
69
|
- Agent status management
|
|
74
70
|
- End call with disposition
|
|
75
71
|
|
|
76
|
-
</td>
|
|
77
|
-
</tr>
|
|
78
|
-
<tr>
|
|
79
|
-
<td width="100%">
|
|
80
|
-
|
|
81
72
|
### 🖱️ **Intuitive Interface**
|
|
82
73
|
|
|
83
74
|
- Draggable control panel
|
|
@@ -85,11 +76,6 @@ To use this SDK, you must have:
|
|
|
85
76
|
- Touch-friendly design
|
|
86
77
|
- Responsive layout
|
|
87
78
|
|
|
88
|
-
</td>
|
|
89
|
-
</tr>
|
|
90
|
-
<tr>
|
|
91
|
-
<td width="100%">
|
|
92
|
-
|
|
93
79
|
### 💾 **Smart State Management**
|
|
94
80
|
|
|
95
81
|
- Real-time call timer
|
|
@@ -97,11 +83,6 @@ To use this SDK, you must have:
|
|
|
97
83
|
- Singleton state pattern
|
|
98
84
|
- Cross-component sync
|
|
99
85
|
|
|
100
|
-
</td>
|
|
101
|
-
</tr>
|
|
102
|
-
<tr>
|
|
103
|
-
<td width="100%">
|
|
104
|
-
|
|
105
86
|
### 🎨 **Modern Design**
|
|
106
87
|
|
|
107
88
|
- Material-UI components
|
|
@@ -109,10 +90,6 @@ To use this SDK, you must have:
|
|
|
109
90
|
- Accessible UI patterns
|
|
110
91
|
- Customizable styling
|
|
111
92
|
|
|
112
|
-
</td>
|
|
113
|
-
</tr>
|
|
114
|
-
</table>
|
|
115
|
-
|
|
116
93
|
## 📦 Installation
|
|
117
94
|
|
|
118
95
|
<div align="center">
|
|
@@ -446,9 +423,9 @@ interface EndCallPayload {
|
|
|
446
423
|
|
|
447
424
|
<div align="center">
|
|
448
425
|
|
|
449
|
-
**
|
|
426
|
+
**ACHALA LICENSE** © 2025
|
|
450
427
|
|
|
451
|
-
[
|
|
452
|
-
[
|
|
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)
|
|
453
430
|
|
|
454
431
|
</div>
|