@sdk185/sip-phone-sdk26 0.2.3 → 0.2.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
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
ref="remoteVideo"
|
|
116
116
|
class="sip-call-video"
|
|
117
117
|
style="object-fit: contain;"
|
|
118
|
-
|
|
118
|
+
|
|
119
119
|
></video>
|
|
120
120
|
</vue-draggable-resizable>
|
|
121
121
|
<!-- 本地视频窗口 -->
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
x5-video-orientation="h5"
|
|
146
146
|
ref="localVideo"
|
|
147
147
|
class="sip-call-video"
|
|
148
|
-
|
|
148
|
+
|
|
149
149
|
></video>
|
|
150
150
|
</vue-draggable-resizable>
|
|
151
151
|
</div>
|
|
@@ -253,7 +253,7 @@ export default {
|
|
|
253
253
|
miniMode: false,
|
|
254
254
|
dialNum: '',
|
|
255
255
|
|
|
256
|
-
controls: '',
|
|
256
|
+
//controls: '',
|
|
257
257
|
|
|
258
258
|
isAudioMute: false,
|
|
259
259
|
isVideoMute: false,
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
361
361
|
// // 获取参数值
|
|
362
362
|
// const calledNum = urlParams.get('calledNum');
|
|
363
363
|
// const callDataStr = urlParams.get('callData');
|
|
364
|
-
console.log('
|
|
364
|
+
console.log('e行销传过来的参数',val);
|
|
365
365
|
|
|
366
366
|
// ===== 原始代码(已注释) ===== // 用于微信公众号 此方式是获取url参数;父子组件传值可以使用props
|
|
367
367
|
// const urlParams = new URLSearchParams(window.location.search);
|
|
@@ -371,7 +371,7 @@ export default {
|
|
|
371
371
|
const calledNum = val.calledNum;
|
|
372
372
|
const callDataStr = val.callData;
|
|
373
373
|
|
|
374
|
-
console.log('测试模式:使用模拟参数');
|
|
374
|
+
// console.log('测试模式:使用模拟参数');
|
|
375
375
|
|
|
376
376
|
if (calledNum) {
|
|
377
377
|
// 存储被叫号码
|