@exotel-npm-dev/webrtc-client-sdk 2.0.1 → 3.0.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.
- package/Changelog +9 -0
- package/dist/exotelsdk.js +1881 -1536
- package/dist/exotelsdk.js.map +1 -1
- package/index.js +2 -1
- package/package.json +2 -2
- package/src/api/callAPI/Call.js +17 -13
- package/src/api/omAPI/Diagnostics.js +48 -19
- package/src/api/omAPI/DiagnosticsListener.js +19 -8
- package/src/api/registerAPI/RegisterListener.js +2 -2
- package/src/listeners/CallListener.js +28 -31
- package/src/listeners/Callback.js +59 -50
- package/src/listeners/ExWebClient.js +216 -200
- package/src/listeners/ExotelVoiceClientListener.js +18 -7
- package/src/listeners/SessionListeners.js +114 -96
package/Changelog
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
|
|
3
|
+
## v3.0.0 07 July, 2025
|
|
4
|
+
-[VST-991] Enabled Mutli-Webrtc accounts in the same tab
|
|
5
|
+
|
|
6
|
+
## v2.0.1 19 June, 2025
|
|
7
|
+
-[VST-1031] Maintaining v1.0.23
|
|
8
|
+
|
|
9
|
+
## v1.0.24 19 June, 2025
|
|
10
|
+
-[VST-1031] Deprecated, v1.0.21 for customers using CRM SDK with old SDK
|
|
11
|
+
|
|
3
12
|
## v1.0.23 10 June, 2025
|
|
4
13
|
-[VST-1011] Increasing Registration Expiry from 60s to 300s
|
|
5
14
|
|