@exotel-npm-dev/webrtc-client-sdk 3.0.9 → 3.0.10

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.9",
3
+ "version": "3.0.10",
4
4
  "description": "client sdk for webrtc based on webrtc core sdk",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,6 +21,7 @@ export function Call(webrtcSIPPhone) {
21
21
  * When call is terminated
22
22
  */
23
23
  logger.log('call ended')
24
+ console.trace();
24
25
  webrtcSIPPhone.rejectCall();
25
26
  }
26
27