ucservice 1.9.7 → 1.9.8
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.
package/dist/ucservice.common.js
CHANGED
|
@@ -15003,8 +15003,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
15003
15003
|
|
|
15004
15004
|
|
|
15005
15005
|
let relativeIndex = 0;
|
|
15006
|
+
console.log('===开始循环初始化视频组件===');
|
|
15007
|
+
console.log('me:' + me);
|
|
15006
15008
|
|
|
15007
15009
|
for (let i = me._opts.windowsBeginIndex; i < me._opts.windowsBeginIndex + me._opts.windowsNum; i++) {
|
|
15010
|
+
console.log('====视频组件====' + i);
|
|
15008
15011
|
me.VIDEO_DATA[i] = new SVideo({
|
|
15009
15012
|
index: i,
|
|
15010
15013
|
janus: janus,
|
|
@@ -15266,6 +15269,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
15266
15269
|
let recordAvBusinessId = null;
|
|
15267
15270
|
|
|
15268
15271
|
function SVideo(opts, videoListener) {
|
|
15272
|
+
console.log('====初始化视频组件开始===');
|
|
15273
|
+
console.log('this:' + this);
|
|
15269
15274
|
this.janus = opts.janus;
|
|
15270
15275
|
this.userToken = opts.userToken;
|
|
15271
15276
|
this.sipcall = null;
|
|
Binary file
|