|
@@ -153,6 +153,7 @@ class InitWebSocketClass {
|
|
browser: 'chrome',
|
|
browser: 'chrome',
|
|
version: '80.0.3987.100',
|
|
version: '80.0.3987.100',
|
|
platform: 'win64',
|
|
platform: 'win64',
|
|
|
|
+ softphoneEnable:1
|
|
},
|
|
},
|
|
userCode: this.settings.letUserCode,
|
|
userCode: this.settings.letUserCode,
|
|
// socketCode: this.socketCode,
|
|
// socketCode: this.socketCode,
|
|
@@ -291,12 +292,12 @@ class InitWebSocketClass {
|
|
}
|
|
}
|
|
// 创建群聊会商-邀请一个用户进去会商
|
|
// 创建群聊会商-邀请一个用户进去会商
|
|
createGroupChat(obj) {
|
|
createGroupChat(obj) {
|
|
- const ccp1 = JSON.stringify({
|
|
|
|
- loginIp: this.settings.letLoginIp,
|
|
|
|
- method: 'registerSoftPhone',
|
|
|
|
- userCode: this.settings.letUserCode,
|
|
|
|
- });
|
|
|
|
- this.webSocketSend(ccp1);
|
|
|
|
|
|
+ // const ccp1 = JSON.stringify({
|
|
|
|
+ // loginIp: this.settings.letLoginIp,
|
|
|
|
+ // method: 'registerSoftPhone',
|
|
|
|
+ // userCode: this.settings.letUserCode,
|
|
|
|
+ // });
|
|
|
|
+ // this.webSocketSend(ccp1);
|
|
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
const ccp = JSON.stringify({
|
|
const ccp = JSON.stringify({
|