@exotel-npm-dev/webrtc-client-sdk 3.0.4 → 3.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exotel-npm-dev/webrtc-client-sdk",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "client sdk for webrtc based on webrtc core sdk",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,6 +29,6 @@
29
29
  "webpack-cli": "^4.10.0"
30
30
  },
31
31
  "dependencies": {
32
- "@exotel-npm-dev/webrtc-core-sdk": "^3.0.3"
32
+ "@exotel-npm-dev/webrtc-core-sdk": "^3.0.5"
33
33
  }
34
34
  }
@@ -288,7 +288,7 @@ class ExotelWebClient {
288
288
  this.setEventListener(this.eventListener);
289
289
 
290
290
  // Wait for public IP before registering
291
- await fetchPublicIP(this.sipAccountInfo);
291
+ // await fetchPublicIP(this.sipAccountInfo);
292
292
 
293
293
  // Create phone instance if it wasn't created in constructor
294
294
  if (!this.phone) {