@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/Changelog +3 -0
- package/Makefile +6 -0
- package/dist/exotelsdk.js +2 -1
- package/dist/exotelsdk.js.map +1 -1
- package/package.json +1 -1
- package/src/api/callAPI/Call.js +1 -0
package/Changelog
CHANGED
package/Makefile
CHANGED
package/dist/exotelsdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* WebRTC CLient SIP version 3.0.
|
|
3
|
+
* WebRTC CLient SIP version 3.0.10
|
|
4
4
|
*
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -23526,6 +23526,7 @@ function Call(webrtcSIPPhone) {
|
|
|
23526
23526
|
* When call is terminated
|
|
23527
23527
|
*/
|
|
23528
23528
|
logger.log('call ended');
|
|
23529
|
+
console.trace();
|
|
23529
23530
|
webrtcSIPPhone.rejectCall();
|
|
23530
23531
|
};
|
|
23531
23532
|
this.MuteToggle = function () {
|