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.
@@ -13181,6 +13181,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13181
13181
  function VideoWebRtc($dom, opts) {
13182
13182
  let _self = this;
13183
13183
 
13184
+ _self.VIDEO_DATA = [];
13184
13185
  _self.videoListener = new Listener();
13185
13186
 
13186
13187
  if (!opts) {
@@ -13280,8 +13281,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13280
13281
 
13281
13282
  VideoWebRtc.prototype = {
13282
13283
  constructor: VideoWebRtc,
13283
- VIDEO_DATA: [],
13284
- //记录视频各分屏的状态
13284
+ // VIDEO_DATA: [], //记录视频各分屏的状态
13285
13285
 
13286
13286
  /**
13287
13287
  * 播放视频
Binary file