@sdk185/sip-phone-sdk26 0.2.4 → 0.2.6
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 +46 -45
- package/dist/sip-phone-sdk.css +1 -1
- package/dist/sip-phone-sdk.umd.js +46 -45
- package/dist/sip-phone-sdk.umd.min.js +5 -5
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/{MobilePhone copy.vue → MobilePhone-nl.vue} +418 -223
- package/src/components/{MobilePhone copy 2.vue → MobilePhone-ol.vue} +315 -243
- package/src/components/MobilePhone.vue +4 -4
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<v-row class="d-flex justify-center mt-10" style="position: relative; width: 100%;">
|
|
66
66
|
<!-- 挂断按钮 -->
|
|
67
67
|
<v-btn
|
|
68
|
-
style="opacity: 1; background: transparent; box-shadow: none; position: relative;"
|
|
68
|
+
style="opacity: 1; background: transparent; box-shadow: none; position: relative;z-index: 9999;"
|
|
69
69
|
v-show="isCalling && showHangup"
|
|
70
70
|
@click="onHangupBtnClick"
|
|
71
71
|
>
|
|
@@ -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,
|