@exotel-npm-dev/webrtc-client-sdk 3.0.7 → 3.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/Changelog +3 -0
- package/dist/exotelsdk.js +1 -6
- package/dist/exotelsdk.js.map +1 -1
- package/package.json +2 -2
package/Changelog
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.9
|
|
4
4
|
*
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -22416,11 +22416,6 @@ destroySocketConnection() {
|
|
|
22416
22416
|
}
|
|
22417
22417
|
replaceSenderTrack(stream, deviceId) {
|
|
22418
22418
|
try {
|
|
22419
|
-
|
|
22420
|
-
if (_audioDeviceManager_js__WEBPACK_IMPORTED_MODULE_0__.audioDeviceManager.currentAudioInputDeviceId == deviceId) {
|
|
22421
|
-
this.stopStreamTracks(stream);
|
|
22422
|
-
return false;
|
|
22423
|
-
}
|
|
22424
22419
|
if (this.ctxSip.callActiveID) {
|
|
22425
22420
|
this.ctxSip.Stream = stream;
|
|
22426
22421
|
const s = this.ctxSip.Sessions[this.ctxSip.callActiveID];
|