@exotel-npm-dev/webrtc-client-sdk 1.0.8 → 1.0.9
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/dist/exotelsdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* WebRTC CLient SIP version 1.0.
|
|
3
|
+
* WebRTC CLient SIP version 1.0.9
|
|
4
4
|
*
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -1719,7 +1719,7 @@ class ExotelWebClient {
|
|
|
1719
1719
|
transportState = transportState.toLowerCase();
|
|
1720
1720
|
switch (transportState) {
|
|
1721
1721
|
case "":
|
|
1722
|
-
callback("
|
|
1722
|
+
callback("not_initialized");
|
|
1723
1723
|
break;
|
|
1724
1724
|
case "unknown":
|
|
1725
1725
|
case "connecting":
|