@sdk185/sip-phone-sdk26 0.2.30 → 0.2.31
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/sip-phone-sdk.common.js +128 -46
- package/dist/sip-phone-sdk.css +1 -1
- package/dist/sip-phone-sdk.umd.js +128 -46
- package/dist/sip-phone-sdk.umd.min.js +5 -5
- package/package.json +1 -1
- package/src/components/MobilePhone.vue +108 -4
|
@@ -212,6 +212,17 @@ Queue.prototype = {
|
|
|
212
212
|
module.exports = Queue;
|
|
213
213
|
|
|
214
214
|
|
|
215
|
+
/***/ }),
|
|
216
|
+
|
|
217
|
+
/***/ "01d0":
|
|
218
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
219
|
+
|
|
220
|
+
"use strict";
|
|
221
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_51d3a80f_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("12f1");
|
|
222
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_51d3a80f_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_51d3a80f_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
223
|
+
/* unused harmony reexport * */
|
|
224
|
+
|
|
225
|
+
|
|
215
226
|
/***/ }),
|
|
216
227
|
|
|
217
228
|
/***/ "02ec":
|
|
@@ -252,13 +263,6 @@ module.exports = function (fn, that) {
|
|
|
252
263
|
};
|
|
253
264
|
|
|
254
265
|
|
|
255
|
-
/***/ }),
|
|
256
|
-
|
|
257
|
-
/***/ "04e8":
|
|
258
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
259
|
-
|
|
260
|
-
// extracted by mini-css-extract-plugin
|
|
261
|
-
|
|
262
266
|
/***/ }),
|
|
263
267
|
|
|
264
268
|
/***/ "04f8":
|
|
@@ -1001,6 +1005,13 @@ module.exports = Object.is || function is(x, y) {
|
|
|
1001
1005
|
};
|
|
1002
1006
|
|
|
1003
1007
|
|
|
1008
|
+
/***/ }),
|
|
1009
|
+
|
|
1010
|
+
/***/ "12f1":
|
|
1011
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1012
|
+
|
|
1013
|
+
// extracted by mini-css-extract-plugin
|
|
1014
|
+
|
|
1004
1015
|
/***/ }),
|
|
1005
1016
|
|
|
1006
1017
|
/***/ "13a6":
|
|
@@ -3582,13 +3593,6 @@ if (PROPER_STRUCTURED_CLONE_TRANSFER) {
|
|
|
3582
3593
|
module.exports = detach;
|
|
3583
3594
|
|
|
3584
3595
|
|
|
3585
|
-
/***/ }),
|
|
3586
|
-
|
|
3587
|
-
/***/ "36fc":
|
|
3588
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
3589
|
-
|
|
3590
|
-
// extracted by mini-css-extract-plugin
|
|
3591
|
-
|
|
3592
3596
|
/***/ }),
|
|
3593
3597
|
|
|
3594
3598
|
/***/ "37e8":
|
|
@@ -19856,6 +19860,17 @@ module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
|
|
|
19856
19860
|
};
|
|
19857
19861
|
|
|
19858
19862
|
|
|
19863
|
+
/***/ }),
|
|
19864
|
+
|
|
19865
|
+
/***/ "53cc":
|
|
19866
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
19867
|
+
|
|
19868
|
+
"use strict";
|
|
19869
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_51d3a80f_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6b28");
|
|
19870
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_51d3a80f_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_51d3a80f_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
19871
|
+
/* unused harmony reexport * */
|
|
19872
|
+
|
|
19873
|
+
|
|
19859
19874
|
/***/ }),
|
|
19860
19875
|
|
|
19861
19876
|
/***/ "5494":
|
|
@@ -21552,6 +21567,13 @@ module.exports = {
|
|
|
21552
21567
|
};
|
|
21553
21568
|
|
|
21554
21569
|
|
|
21570
|
+
/***/ }),
|
|
21571
|
+
|
|
21572
|
+
/***/ "6b28":
|
|
21573
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
21574
|
+
|
|
21575
|
+
// extracted by mini-css-extract-plugin
|
|
21576
|
+
|
|
21555
21577
|
/***/ }),
|
|
21556
21578
|
|
|
21557
21579
|
/***/ "6b37":
|
|
@@ -24540,17 +24562,6 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
24540
24562
|
});
|
|
24541
24563
|
|
|
24542
24564
|
|
|
24543
|
-
/***/ }),
|
|
24544
|
-
|
|
24545
|
-
/***/ "ac89":
|
|
24546
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24547
|
-
|
|
24548
|
-
"use strict";
|
|
24549
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_9109a026_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("36fc");
|
|
24550
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_9109a026_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_1_id_9109a026_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
24551
|
-
/* unused harmony reexport * */
|
|
24552
|
-
|
|
24553
|
-
|
|
24554
24565
|
/***/ }),
|
|
24555
24566
|
|
|
24556
24567
|
/***/ "acd8":
|
|
@@ -27806,17 +27817,6 @@ module.exports = function (input, pref) {
|
|
|
27806
27817
|
};
|
|
27807
27818
|
|
|
27808
27819
|
|
|
27809
|
-
/***/ }),
|
|
27810
|
-
|
|
27811
|
-
/***/ "c177":
|
|
27812
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
27813
|
-
|
|
27814
|
-
"use strict";
|
|
27815
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_9109a026_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("04e8");
|
|
27816
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_9109a026_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MobilePhone_vue_vue_type_style_index_0_id_9109a026_prod_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
27817
|
-
/* unused harmony reexport * */
|
|
27818
|
-
|
|
27819
|
-
|
|
27820
27820
|
/***/ }),
|
|
27821
27821
|
|
|
27822
27822
|
/***/ "c19f":
|
|
@@ -37617,7 +37617,7 @@ var VSnackbar = __webpack_require__("ca71");
|
|
|
37617
37617
|
}, [this.transition !== false ? this.genTransition() : this.genWrapper()]);
|
|
37618
37618
|
}
|
|
37619
37619
|
}));
|
|
37620
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"52c8833d-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MobilePhone.vue?vue&type=template&id=
|
|
37620
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"52c8833d-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MobilePhone.vue?vue&type=template&id=51d3a80f&scoped=true
|
|
37621
37621
|
|
|
37622
37622
|
|
|
37623
37623
|
|
|
@@ -37626,11 +37626,11 @@ var VSnackbar = __webpack_require__("ca71");
|
|
|
37626
37626
|
|
|
37627
37627
|
|
|
37628
37628
|
|
|
37629
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"phone-nmain d-flex flex-column align-center justify-space-between sip-call-main"},[(_vm.showLocation)?_c('div',{staticClass:"location-wrapper"},[_c('p',[_vm._v("LAT: "+_vm._s(_vm.latitude))]),_c('p',[_vm._v("LNG: "+_vm._s(_vm.longitude))]),_c('p',[_vm._v("ALT: "+_vm._s(_vm.altitude))])]):_vm._e(),(!_vm.miniMode && !_vm.showDialPad)?_c('div',{staticClass:"d-flex flex-column align-center call-btn"},[_c('img',{staticClass:"elevation-4 call-img",attrs:{"alt":"logo","src":_vm.chatURL+'/static/normal-logo.png'}}),_c('p',{staticClass:"mt-6 mb-0 call-label"},[_vm._v(_vm._s(_vm.callPrompt))])]):_vm._e(),(!_vm.miniMode && !_vm.showDialPad)?_c('div',{staticClass:"pr-10 pl-10 "},[_c(VRow,[_c(VCol,{staticClass:"text-center",attrs:{"cols":"12"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"call-duration"},[_vm._v(" 视频时长 "+_vm._s(_vm.duration)+" ")])])],1),_c(VRow,{staticClass:"d-flex justify-space-around mb-10"},[_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(!_vm.isCalling && !_vm.needDial),expression:"!isCalling && !needDial"}],staticClass:"cancel-btn",staticStyle:{},on:{"click":_vm.onHangupBtnClick}},[_c('img',{staticClass:"cancel-img",attrs:{"src":_vm.chatURL+'/static/call-down.png',"alt":"hangup"}}),_c('span',{staticClass:"cancel-label"},[_vm._v("取消")])]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"custom-mute-btn btn-box",attrs:{"large":""},on:{"click":function($event){return _vm.onMuteBtnClick('audio')}}},[(!_vm.isAudioMute)?_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/adudio-open.png'}}):_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/adudio-close.png'}})]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"custom-mute-btn",attrs:{"large":""},on:{"click":function($event){return _vm.onMuteBtnClick('video')}}},[(!_vm.isVideoMute)?_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/camera-open.png',"alt":"mic-on"}}):_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/camera-close.png',"alt":"mic-off"}})])],1),_c(VRow,{staticClass:"d-flex justify-center mt-10",staticStyle:{"position":"relative","width":"100%"}},[_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticStyle:{"opacity":"1","background":"transparent","box-shadow":"none","position":"relative","z-index":"9999"},on:{"click":_vm.onHangupBtnClick}},[_c('img',{staticClass:"hangup-img",attrs:{"src":_vm.chatURL+'/static/call-down.png',"alt":"hangup"}}),_c('span',{staticClass:"hangup-label"},[_vm._v("挂断")])]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"transparent-btn",on:{"click":_vm.onSwitchCameraBtnClick}},[_c(components_VIcon_VIcon,{attrs:{"size":"30"}},[_vm._v("mdi-camera-flip")])],1)],1)],1):_vm._e(),_c(VExpandTransition,[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showVideoCt),expression:"showVideoCt"}],staticClass:"sip-call-wrapper",staticStyle:{"overflow":"hidden !important"},on:{"click":_vm.onSipCallClick}},[_c('vue-draggable-resizable',{directives:[{name:"show",rawName:"v-show",value:(_vm.remoteVideo.show),expression:"remoteVideo.show"}],ref:"remoteVideoWrapper",staticStyle:{"overflow":"hidden !important"},attrs:{"w":_vm.remoteVideo.w,"h":_vm.remoteVideo.h,"x":_vm.remoteVideo.x,"y":_vm.remoteVideo.y,"z":_vm.remoteVideo.z,"draggable":_vm.remoteVideo.draggable,"handles":[],"parent":true,"active":false,"class-name":"elevation-6 video-panel"},nativeOn:{"mousedown":function($event){return _vm.onLocalVideoDragCallback($event, 'remoteVideo')}}},[(_vm.miniMode)?_c(VBtn_VBtn,{staticClass:"video-normal-mode",attrs:{"dark":"","text":"","x-small":"","width":"24","height":"24","min-width":"24"},on:{"click":_vm.onChangeVideoNormalModeBtnClick}},[_c(components_VIcon_VIcon,[_vm._v("mdi-arrow-bottom-right-bold-box")])],1):_vm._e(),_c('video',{directives:[{name:"show",rawName:"v-show",value:(_vm.remoteVideo.show),expression:"remoteVideo.show"}],ref:"remoteVideo",staticClass:"sip-call-video",staticStyle:{"object-fit":"contain","pointer-events":"none !important","transform":"scale(1.1) !important"},attrs:{"autoplay":"autoplay","webkit-playsinline":"true","playsinline":"true","x-webkit-airplay":"true","x5-video-player-type":"h5","x5-video-orientation":"h5","controls":"","controlsList":"nodownload nofullscreen noremoteplayback","disablepictureinpicture":""}})],1),_c('vue-draggable-resizable',{directives:[{name:"show",rawName:"v-show",value:(_vm.localVideo.show),expression:"localVideo.show"}],ref:"localVideoWrapper",attrs:{"w":120,"h":260,"x":_vm.localVideo.x,"y":_vm.localVideo.y,"z":_vm.localVideo.z,"draggable":_vm.localVideo.draggable,"handles":[],"parent":true,"active":false,"class-name":"elevation-6 video-panel"},nativeOn:{"mousedown":function($event){return _vm.onLocalVideoDragCallback($event, 'localVideo')}}},[_c('video',{directives:[{name:"show",rawName:"v-show",value:(_vm.localVideo.show),expression:"localVideo.show"}],ref:"localVideo",staticClass:"sip-call-video",staticStyle:{"pointer-events":"none !important"},attrs:{"autoplay":"autoplay","muted":"","webkit-playsinline":"true","playsinline":"true","x-webkit-airplay":"true","x5-video-player-type":"h5","x5-video-orientation":"h5"},domProps:{"muted":true}})])],1)]),_c(VExpandTransition,[_c('dial-panel-mini',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDialPad),expression:"showDialPad"}],ref:"dialPanelMini",attrs:{"isCalling":_vm.isCalling},on:{"makeCall":_vm.onDialPadMakeCallBtnClick,"close":function($event){_vm.showDialPad=false},"dtmf":_vm.onDialPadDtmfBtnClick,"hangup":_vm.onHangupBtnClick}})],1),_c(VBottomSheet_VBottomSheet,{attrs:{"hide-overlay":""},model:{value:(_vm.showAudioPlayer),callback:function ($$v) {_vm.showAudioPlayer=$$v},expression:"showAudioPlayer"}},[_c('audio',{ref:"audioPlayer",attrs:{"src":__webpack_require__("e1e9"),"loop":""}})]),_c(VSnackbar_VSnackbar,{attrs:{"timeout":2000},model:{value:(_vm.showSnackbar),callback:function ($$v) {_vm.showSnackbar=$$v},expression:"showSnackbar"}},[_vm._v(" "+_vm._s(_vm.snackbarText)+" ")])],1)}
|
|
37629
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"phone-nmain d-flex flex-column align-center justify-space-between sip-call-main"},[(_vm.showLocation)?_c('div',{staticClass:"location-wrapper"},[_c('p',[_vm._v("LAT: "+_vm._s(_vm.latitude))]),_c('p',[_vm._v("LNG: "+_vm._s(_vm.longitude))]),_c('p',[_vm._v("ALT: "+_vm._s(_vm.altitude))])]):_vm._e(),(!_vm.miniMode && !_vm.showDialPad)?_c('div',{staticClass:"d-flex flex-column align-center call-btn"},[_c('img',{staticClass:"elevation-4 call-img",attrs:{"alt":"logo","src":_vm.chatURL+'/static/normal-logo.png'}}),_c('p',{staticClass:"mt-6 mb-0 call-label"},[_vm._v(_vm._s(_vm.callPrompt))])]):_vm._e(),(!_vm.miniMode && !_vm.showDialPad)?_c('div',{staticClass:"pr-10 pl-10 "},[_c(VRow,[_c(VCol,{staticClass:"text-center",attrs:{"cols":"12"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"call-duration"},[_vm._v(" 视频时长 "+_vm._s(_vm.duration)+" ")])])],1),_c(VRow,{staticClass:"d-flex justify-space-around mb-10"},[_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(!_vm.isCalling && !_vm.needDial),expression:"!isCalling && !needDial"}],staticClass:"cancel-btn",staticStyle:{},on:{"click":_vm.onHangupBtnClick}},[_c('img',{staticClass:"cancel-img",attrs:{"src":_vm.chatURL+'/static/call-down.png',"alt":"hangup"}}),_c('span',{staticClass:"cancel-label"},[_vm._v("取消")])]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"custom-mute-btn btn-box",attrs:{"large":""},on:{"click":function($event){return _vm.onMuteBtnClick('audio')}}},[(!_vm.isAudioMute)?_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/adudio-open.png'}}):_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/adudio-close.png'}})]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"custom-mute-btn",attrs:{"large":""},on:{"click":function($event){return _vm.onMuteBtnClick('video')}}},[(!_vm.isVideoMute)?_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/camera-open.png',"alt":"mic-on"}}):_c('img',{staticClass:"img-open-close",attrs:{"src":_vm.chatURL+'/static/camera-close.png',"alt":"mic-off"}})])],1),_c(VRow,{staticClass:"d-flex justify-center mt-10",staticStyle:{"position":"relative","width":"100%"}},[_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticStyle:{"opacity":"1","background":"transparent","box-shadow":"none","position":"relative","z-index":"9999"},on:{"click":_vm.onHangupBtnClick}},[_c('img',{staticClass:"hangup-img",attrs:{"src":_vm.chatURL+'/static/call-down.png',"alt":"hangup"}}),_c('span',{staticClass:"hangup-label"},[_vm._v("挂断")])]),_c(VBtn_VBtn,{directives:[{name:"show",rawName:"v-show",value:(_vm.isCalling && _vm.showHangup),expression:"isCalling && showHangup"}],staticClass:"transparent-btn",on:{"click":_vm.onSwitchCameraBtnClick}},[_c(components_VIcon_VIcon,{attrs:{"size":"30"}},[_vm._v("mdi-camera-flip")])],1)],1)],1):_vm._e(),_c(VExpandTransition,[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showVideoCt),expression:"showVideoCt"}],staticClass:"sip-call-wrapper",staticStyle:{"overflow":"hidden !important"},on:{"click":_vm.onSipCallClick}},[_c('vue-draggable-resizable',{directives:[{name:"show",rawName:"v-show",value:(_vm.remoteVideo.show),expression:"remoteVideo.show"}],ref:"remoteVideoWrapper",staticStyle:{"overflow":"hidden !important"},attrs:{"w":_vm.remoteVideo.w,"h":_vm.remoteVideo.h,"x":_vm.remoteVideo.x,"y":_vm.remoteVideo.y,"z":_vm.remoteVideo.z,"draggable":_vm.remoteVideo.draggable,"handles":[],"parent":true,"active":false,"class-name":"elevation-6 video-panel"},nativeOn:{"mousedown":function($event){return _vm.onLocalVideoDragCallback($event, 'remoteVideo')}}},[(_vm.miniMode)?_c(VBtn_VBtn,{staticClass:"video-normal-mode",attrs:{"dark":"","text":"","x-small":"","width":"24","height":"24","min-width":"24"},on:{"click":_vm.onChangeVideoNormalModeBtnClick}},[_c(components_VIcon_VIcon,[_vm._v("mdi-arrow-bottom-right-bold-box")])],1):_vm._e(),_c('video',{directives:[{name:"show",rawName:"v-show",value:(_vm.remoteVideo.show),expression:"remoteVideo.show"}],ref:"remoteVideo",staticClass:"sip-call-video",staticStyle:{"object-fit":"contain","pointer-events":"none !important","transform":"scale(1.1) !important"},attrs:{"autoplay":"autoplay","webkit-playsinline":"true","playsinline":"true","x-webkit-airplay":"true","x5-video-player-type":"h5","x5-video-orientation":"h5","controls":"","controlsList":"nodownload nofullscreen noremoteplayback","disablepictureinpicture":""},on:{"play":_vm.onRemoteVideoPlaying,"loadedmetadata":_vm.onRemoteVideoLoaded}})],1),_c('vue-draggable-resizable',{directives:[{name:"show",rawName:"v-show",value:(_vm.localVideo.show),expression:"localVideo.show"}],ref:"localVideoWrapper",attrs:{"w":120,"h":260,"x":_vm.localVideo.x,"y":_vm.localVideo.y,"z":_vm.localVideo.z,"draggable":_vm.localVideo.draggable,"handles":[],"parent":true,"active":false,"class-name":"elevation-6 video-panel"},nativeOn:{"mousedown":function($event){return _vm.onLocalVideoDragCallback($event, 'localVideo')}}},[_c('video',{directives:[{name:"show",rawName:"v-show",value:(_vm.localVideo.show),expression:"localVideo.show"}],ref:"localVideo",staticClass:"sip-call-video",staticStyle:{"pointer-events":"none !important"},attrs:{"autoplay":"autoplay","muted":"","webkit-playsinline":"true","playsinline":"true","x-webkit-airplay":"true","x5-video-player-type":"h5","x5-video-orientation":"h5"},domProps:{"muted":true}})])],1)]),_c(VExpandTransition,[_c('dial-panel-mini',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDialPad),expression:"showDialPad"}],ref:"dialPanelMini",attrs:{"isCalling":_vm.isCalling},on:{"makeCall":_vm.onDialPadMakeCallBtnClick,"close":function($event){_vm.showDialPad=false},"dtmf":_vm.onDialPadDtmfBtnClick,"hangup":_vm.onHangupBtnClick}})],1),_c(VBottomSheet_VBottomSheet,{attrs:{"hide-overlay":""},model:{value:(_vm.showAudioPlayer),callback:function ($$v) {_vm.showAudioPlayer=$$v},expression:"showAudioPlayer"}},[_c('audio',{ref:"audioPlayer",attrs:{"src":__webpack_require__("e1e9"),"loop":""}})]),_c(VSnackbar_VSnackbar,{attrs:{"timeout":2000},model:{value:(_vm.showSnackbar),callback:function ($$v) {_vm.showSnackbar=$$v},expression:"showSnackbar"}},[_vm._v(" "+_vm._s(_vm.snackbarText)+" ")])],1)}
|
|
37630
37630
|
var staticRenderFns = []
|
|
37631
37631
|
|
|
37632
37632
|
|
|
37633
|
-
// CONCATENATED MODULE: ./src/components/MobilePhone.vue?vue&type=template&id=
|
|
37633
|
+
// CONCATENATED MODULE: ./src/components/MobilePhone.vue?vue&type=template&id=51d3a80f&scoped=true
|
|
37634
37634
|
|
|
37635
37635
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js
|
|
37636
37636
|
function _regeneratorDefine(e, r, n, t) {
|
|
@@ -41277,6 +41277,8 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
41277
41277
|
//
|
|
41278
41278
|
//
|
|
41279
41279
|
//
|
|
41280
|
+
//
|
|
41281
|
+
//
|
|
41280
41282
|
|
|
41281
41283
|
|
|
41282
41284
|
|
|
@@ -41883,6 +41885,17 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
41883
41885
|
}, _callee3);
|
|
41884
41886
|
}))();
|
|
41885
41887
|
},
|
|
41888
|
+
// 视频成功播放回调
|
|
41889
|
+
onRemoteVideoPlaying() {
|
|
41890
|
+
console.log('[iOS] Remote video is playing');
|
|
41891
|
+
},
|
|
41892
|
+
// 元数据加载完成回调
|
|
41893
|
+
onRemoteVideoLoaded() {
|
|
41894
|
+
console.log('[iOS] Remote video metadata loaded');
|
|
41895
|
+
if (this.$refs.remoteVideo) {
|
|
41896
|
+
this.$refs.remoteVideo.play().catch(() => {});
|
|
41897
|
+
}
|
|
41898
|
+
},
|
|
41886
41899
|
startSip(_ref3) {
|
|
41887
41900
|
var _this4 = this;
|
|
41888
41901
|
var debug = _ref3.debug,
|
|
@@ -41994,8 +42007,48 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
41994
42007
|
return _ref5.apply(this, arguments);
|
|
41995
42008
|
};
|
|
41996
42009
|
}());
|
|
42010
|
+
|
|
42011
|
+
// this.sipMix.on('remoteStream', (stream, info) => {
|
|
42012
|
+
// console.info('remoteStream', stream, info)
|
|
42013
|
+
// this._resetCmpWHLRTB()
|
|
42014
|
+
|
|
42015
|
+
// Object.assign(this.localVideo, {
|
|
42016
|
+
// w: parseInt(this.clientWidth / 3),
|
|
42017
|
+
// h: parseInt(this.clientHeight / 3),
|
|
42018
|
+
// x: 0,
|
|
42019
|
+
// y: 80,
|
|
42020
|
+
// z: 1100,
|
|
42021
|
+
// draggable: true
|
|
42022
|
+
// })
|
|
42023
|
+
// this.$nextTick(() => {
|
|
42024
|
+
// this.$refs.localVideoWrapper.moveVertically(80)
|
|
42025
|
+
// })
|
|
42026
|
+
|
|
42027
|
+
// setTimeout(async () => {
|
|
42028
|
+
// Object.assign(this.remoteVideo, {
|
|
42029
|
+
// show: true,
|
|
42030
|
+
// w: this.clientWidth,
|
|
42031
|
+
// h: this.clientHeight,
|
|
42032
|
+
// x: 0,
|
|
42033
|
+
// y: 0,
|
|
42034
|
+
// z: 1000,
|
|
42035
|
+
// draggable: false
|
|
42036
|
+
// })
|
|
42037
|
+
|
|
42038
|
+
// await this.$nextTick()
|
|
42039
|
+
// if (this.autoHideLocalVideo) {
|
|
42040
|
+
// this.localVideo.show = false
|
|
42041
|
+
// }
|
|
42042
|
+
// this.$refs.remoteVideo.srcObject = stream
|
|
42043
|
+
// }, 500)
|
|
42044
|
+
|
|
42045
|
+
// })
|
|
42046
|
+
|
|
41997
42047
|
this.sipMix.on('remoteStream', (stream, info) => {
|
|
41998
42048
|
console.info('remoteStream', stream, info);
|
|
42049
|
+
var video = this.$refs.remoteVideo;
|
|
42050
|
+
if (!video) return;
|
|
42051
|
+
video.srcObject = stream;
|
|
41999
42052
|
this._resetCmpWHLRTB();
|
|
42000
42053
|
Object.assign(this.localVideo, {
|
|
42001
42054
|
w: parseInt(this.clientWidth / 3),
|
|
@@ -42006,8 +42059,38 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
42006
42059
|
draggable: true
|
|
42007
42060
|
});
|
|
42008
42061
|
this.$nextTick(() => {
|
|
42009
|
-
|
|
42062
|
+
// ==================== 【iOS 16 纯前端强力修复】 ====================
|
|
42063
|
+
var forcePlay = () => {
|
|
42064
|
+
if (!video || video.paused || video.ended) {
|
|
42065
|
+
var playPromise = video.play();
|
|
42066
|
+
if (playPromise) {
|
|
42067
|
+
playPromise.catch(err => {
|
|
42068
|
+
console.warn('iOS force play failed:', err.name);
|
|
42069
|
+
});
|
|
42070
|
+
}
|
|
42071
|
+
}
|
|
42072
|
+
};
|
|
42073
|
+
|
|
42074
|
+
// 多重保险,覆盖 iOS 接通瞬间暂停状态
|
|
42075
|
+
forcePlay();
|
|
42076
|
+
setTimeout(forcePlay, 30);
|
|
42077
|
+
setTimeout(forcePlay, 80);
|
|
42078
|
+
setTimeout(forcePlay, 180);
|
|
42079
|
+
setTimeout(forcePlay, 350);
|
|
42080
|
+
setTimeout(forcePlay, 600);
|
|
42081
|
+
|
|
42082
|
+
// 持续监听,任何暂停立即恢复
|
|
42083
|
+
video.addEventListener('pause', forcePlay, {
|
|
42084
|
+
once: false
|
|
42085
|
+
});
|
|
42086
|
+
|
|
42087
|
+
// 额外保护:元数据加载后再次强制播放
|
|
42088
|
+
video.addEventListener('loadedmetadata', forcePlay, {
|
|
42089
|
+
once: true
|
|
42090
|
+
});
|
|
42010
42091
|
});
|
|
42092
|
+
|
|
42093
|
+
// 原有后续代码
|
|
42011
42094
|
setTimeout(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee5() {
|
|
42012
42095
|
return _regenerator().w(function (_context5) {
|
|
42013
42096
|
while (1) switch (_context5.n) {
|
|
@@ -42027,7 +42110,6 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
42027
42110
|
if (_this4.autoHideLocalVideo) {
|
|
42028
42111
|
_this4.localVideo.show = false;
|
|
42029
42112
|
}
|
|
42030
|
-
_this4.$refs.remoteVideo.srcObject = stream;
|
|
42031
42113
|
case 2:
|
|
42032
42114
|
return _context5.a(2);
|
|
42033
42115
|
}
|
|
@@ -42177,11 +42259,11 @@ var js_native_n22_default = /*#__PURE__*/__webpack_require__.n(js_native_n22);
|
|
|
42177
42259
|
});
|
|
42178
42260
|
// CONCATENATED MODULE: ./src/components/MobilePhone.vue?vue&type=script&lang=js
|
|
42179
42261
|
/* harmony default export */ var components_MobilePhonevue_type_script_lang_js = (MobilePhonevue_type_script_lang_js);
|
|
42180
|
-
// EXTERNAL MODULE: ./src/components/MobilePhone.vue?vue&type=style&index=0&id=
|
|
42181
|
-
var
|
|
42262
|
+
// EXTERNAL MODULE: ./src/components/MobilePhone.vue?vue&type=style&index=0&id=51d3a80f&prod&lang=scss
|
|
42263
|
+
var MobilePhonevue_type_style_index_0_id_51d3a80f_prod_lang_scss = __webpack_require__("53cc");
|
|
42182
42264
|
|
|
42183
|
-
// EXTERNAL MODULE: ./src/components/MobilePhone.vue?vue&type=style&index=1&id=
|
|
42184
|
-
var
|
|
42265
|
+
// EXTERNAL MODULE: ./src/components/MobilePhone.vue?vue&type=style&index=1&id=51d3a80f&prod&scoped=true&lang=scss
|
|
42266
|
+
var MobilePhonevue_type_style_index_1_id_51d3a80f_prod_scoped_true_lang_scss = __webpack_require__("01d0");
|
|
42185
42267
|
|
|
42186
42268
|
// CONCATENATED MODULE: ./src/components/MobilePhone.vue
|
|
42187
42269
|
|
|
@@ -42199,7 +42281,7 @@ var MobilePhone_component = normalizeComponent(
|
|
|
42199
42281
|
staticRenderFns,
|
|
42200
42282
|
false,
|
|
42201
42283
|
null,
|
|
42202
|
-
"
|
|
42284
|
+
"51d3a80f",
|
|
42203
42285
|
null
|
|
42204
42286
|
|
|
42205
42287
|
)
|