@sdk185/sip-phone-sdk26 0.2.38 → 0.2.40
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,8 +115,7 @@
|
|
|
115
115
|
x5-video-orientation="h5"
|
|
116
116
|
ref="remoteVideo"
|
|
117
117
|
class="sip-call-video"
|
|
118
|
-
style="object-fit: contain;pointer-events:
|
|
119
|
-
@click="handleVideoPlayInteraction"
|
|
118
|
+
style="object-fit: contain;pointer-events: none !important;transform: scale(1.1) !important;"
|
|
120
119
|
controls
|
|
121
120
|
controlsList="nodownload nofullscreen noremoteplayback"
|
|
122
121
|
disablepictureinpicture
|
|
@@ -247,8 +246,8 @@ export default {
|
|
|
247
246
|
return {
|
|
248
247
|
prompt: `${this.$t('serverConnecting')}...`,
|
|
249
248
|
callPrompt: this.$t('pleaseBePatient'),
|
|
250
|
-
chatURL:"https://kefu-gm-jc-dat.boc-samsunglife.cn",// dat环境切换
|
|
251
|
-
|
|
249
|
+
// chatURL:"https://kefu-gm-jc-dat.boc-samsunglife.cn",// dat环境切换
|
|
250
|
+
chatURL:"https://kefu-gm-jc-uat.boc-samsunglife.cn",// uat环境切换
|
|
252
251
|
isCalling: false,
|
|
253
252
|
showHangup: false,
|
|
254
253
|
showAudioPlayer: true,
|
|
@@ -886,10 +885,6 @@ export default {
|
|
|
886
885
|
this.localVideo.show = false
|
|
887
886
|
}
|
|
888
887
|
this.$refs.remoteVideo.srcObject = stream
|
|
889
|
-
// this.$refs.remoteVideo.play().catch(error => {
|
|
890
|
-
// console.error('this.$refs.remoteVideo.play--Video play failed:', error)
|
|
891
|
-
// this.$refs.remoteVideo.play()
|
|
892
|
-
// })
|
|
893
888
|
}, 500)
|
|
894
889
|
|
|
895
890
|
})
|