ucservice 2.4.3 → 2.4.4

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.
@@ -11904,7 +11904,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
11904
11904
  }
11905
11905
 
11906
11906
  function promptFailed(msg, type) {
11907
- console.error(msg);
11907
+ console.error('promptFailed:', msg);
11908
11908
  'undefined' != typeof promptView && showPrompt && promptView.showFailed(msg);
11909
11909
  }
11910
11910
 
@@ -14969,7 +14969,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14969
14969
  },
14970
14970
  onmessage: function (msg, jsep) {
14971
14971
  if (msg.error_code) {
14972
- console.error(msg.error);
14972
+ console.error('onmessage', msg.error);
14973
14973
  promptFailed(FAILED_CODE[msg.error_code] || '错误码:' + msg.error_code);
14974
14974
  return false;
14975
14975
  }
@@ -15457,7 +15457,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15457
15457
  });
15458
15458
  },
15459
15459
  error: function (error) {
15460
- console.error(error); // let body = { "request": "decline", "code": 480 };
15460
+ console.error('incomingcall', error); // let body = { "request": "decline", "code": 480 };
15461
15461
  // self.sipcall.send({"message": body});
15462
15462
  }
15463
15463
  });
@@ -15542,7 +15542,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15542
15542
  });
15543
15543
  },
15544
15544
  error: function (error) {
15545
- console.error(error); // let body = { "request": "decline", "code": 480 };
15545
+ console.error('open_poccall', error); // let body = { "request": "decline", "code": 480 };
15546
15546
  // self.sipcall.send({"message": body});
15547
15547
  }
15548
15548
  });
@@ -20139,7 +20139,7 @@ Janus.init = function (options) {
20139
20139
  } catch (e) {}
20140
20140
  });
20141
20141
  }).catch(function (err) {
20142
- Janus.error(err);
20142
+ Janus.error('getUserMedia', err);
20143
20143
  callback([]);
20144
20144
  });
20145
20145
  } else {
@@ -27584,7 +27584,7 @@ let aduio_video = {
27584
27584
  }
27585
27585
  },
27586
27586
  telsStatusNet: {
27587
- //获取号码状态, 无法获取准确的记录仪状态, 需要另外一个接口辅助完善号码状态的查询
27587
+ //获取号码状态, 无法获取准确的记录仪的在线离线状态, 需要另外一个接口queryFacilityList辅助完善号码状态的查询
27588
27588
  url: '/dispatch-web/api/call/telsStatus',
27589
27589
  requestParam: {
27590
27590
  token: '',
@@ -31126,7 +31126,7 @@ let video = {
31126
31126
  data: ''
31127
31127
  }
31128
31128
  },
31129
- // 获取设备列表 queryfacilitylist
31129
+ // 获取设备列表 queryfacilitylist, 通过改接口可以知晓记录仪状态
31130
31130
  getFacilityListNet: {
31131
31131
  url: '/scooper-video/data/facility/queryFacilityList',
31132
31132
  method: 'POST',
Binary file