@exotel-npm-dev/webrtc-client-sdk 3.0.7 → 3.0.8
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 +3 -3
- package/dist/exotelsdk.js.map +1 -1
- package/package.json +2 -2
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.8
|
|
4
4
|
*
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -21438,7 +21438,7 @@ class SIPJSPhone {
|
|
|
21438
21438
|
|
|
21439
21439
|
// Extract and modify the audio m-line
|
|
21440
21440
|
let audioMLine = sdpLines[audioMLineIndex];
|
|
21441
|
-
audioMLine = audioMLine.replace("RTP/SAVP", "RTP/
|
|
21441
|
+
audioMLine = audioMLine.replace("RTP/SAVP", "RTP/SAVP");
|
|
21442
21442
|
|
|
21443
21443
|
const codecs = audioMLine.split(" ");
|
|
21444
21444
|
const mLineStart = codecs.slice(0, 3); // "m=audio <port> <protocol>"
|
|
@@ -21462,7 +21462,7 @@ class SIPJSPhone {
|
|
|
21462
21462
|
|
|
21463
21463
|
// Extract and modify the audio m-line
|
|
21464
21464
|
let audioMLine = sdpLines[audioMLineIndex];
|
|
21465
|
-
audioMLine = audioMLine.replace("RTP/SAVP", "RTP/
|
|
21465
|
+
audioMLine = audioMLine.replace("RTP/SAVP", "RTP/SAVP");
|
|
21466
21466
|
|
|
21467
21467
|
const codecs = audioMLine.split(" ");
|
|
21468
21468
|
const mLineStart = codecs.slice(0, 3); // "m=audio <port> <protocol>"
|