ucservice 2.7.9 → 2.8.0

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.
@@ -31907,8 +31907,8 @@ const initVideo = function (token, videoArea, videoOpts_, sip) {
31907
31907
  //读取视频服务配置初始化视频
31908
31908
  let server_ = sip || server;
31909
31909
  return new Promise((resolve, reject) => {
31910
- // let url = server_ + '/scooper-video/conf/data?token=' + token;
31911
- let url = server_ + '/dispatch-web/conf/data?token=' + token;
31910
+ let url = server_ + '/scooper-video/conf/data?token=' + token; // let url = server_ + '/dispatch-web/conf/data?token=' + token;
31911
+
31912
31912
  let param = {}; // $.getJSON(url,param,function (conf) {
31913
31913
 
31914
31914
  $.post(url, param, function (conf) {
Binary file