@exotel-npm-dev/webrtc-client-sdk 3.0.0 → 3.0.2
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 +3 -0
- package/dist/exotelsdk.js +369 -324
- package/dist/exotelsdk.js.map +1 -1
- package/package.json +2 -2
- package/src/listeners/ExWebClient.js +28 -10
package/Changelog
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
|
|
3
|
+
## v3.0.2 27 August, 2025
|
|
4
|
+
-[VST-1063] prevent exotel / sipjs from throwing logs in the console based on a flag, added missing iceconnectionstate in session event callback, make auto audio device change handling configurable and fixing Missing sent_request event in registerCallback
|
|
5
|
+
|
|
3
6
|
## v3.0.0 07 July, 2025
|
|
4
7
|
-[VST-991] Enabled Mutli-Webrtc accounts in the same tab
|
|
5
8
|
|