@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.
@@ -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
- controls
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
- controls
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,