ucservice 1.8.6 → 1.8.7

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.
@@ -13172,6 +13172,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13172
13172
  function VideoWebRtc($dom, opts) {
13173
13173
  let _self = this;
13174
13174
 
13175
+ _self.VIDEO_DATA = [];
13175
13176
  _self.videoListener = new Listener();
13176
13177
 
13177
13178
  if (!opts) {
@@ -13271,8 +13272,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13271
13272
 
13272
13273
  VideoWebRtc.prototype = {
13273
13274
  constructor: VideoWebRtc,
13274
- VIDEO_DATA: [],
13275
- //记录视频各分屏的状态
13275
+ // VIDEO_DATA: [], //记录视频各分屏的状态
13276
13276
 
13277
13277
  /**
13278
13278
  * 播放视频
Binary file