@sdk185/sip-phone-sdk26 0.2.34 → 0.2.35
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
|
@@ -116,7 +116,6 @@
|
|
|
116
116
|
ref="remoteVideo"
|
|
117
117
|
class="sip-call-video"
|
|
118
118
|
style="object-fit: contain;pointer-events: none !important;transform: scale(1.1) !important;"
|
|
119
|
-
controls
|
|
120
119
|
controlsList="nodownload nofullscreen noremoteplayback"
|
|
121
120
|
disablepictureinpicture
|
|
122
121
|
></video>
|
|
@@ -246,8 +245,8 @@ export default {
|
|
|
246
245
|
return {
|
|
247
246
|
prompt: `${this.$t('serverConnecting')}...`,
|
|
248
247
|
callPrompt: this.$t('pleaseBePatient'),
|
|
249
|
-
|
|
250
|
-
chatURL:"https://kefu-gm-jc-uat.boc-samsunglife.cn",// uat环境切换
|
|
248
|
+
chatURL:"https://kefu-gm-jc-dat.boc-samsunglife.cn",// dat环境切换
|
|
249
|
+
// chatURL:"https://kefu-gm-jc-uat.boc-samsunglife.cn",// uat环境切换
|
|
251
250
|
isCalling: false,
|
|
252
251
|
showHangup: false,
|
|
253
252
|
showAudioPlayer: true,
|