@sdk185/sip-phone-sdk26 0.2.38 → 0.2.39
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
|
|
@@ -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
|
})
|