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.umd.js
CHANGED
|
@@ -15012,8 +15012,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
15012
15012
|
|
|
15013
15013
|
|
|
15014
15014
|
let relativeIndex = 0;
|
|
15015
|
+
console.log('===开始循环初始化视频组件===');
|
|
15016
|
+
console.log('me:' + me);
|
|
15015
15017
|
|
|
15016
15018
|
for (let i = me._opts.windowsBeginIndex; i < me._opts.windowsBeginIndex + me._opts.windowsNum; i++) {
|
|
15019
|
+
console.log('====视频组件====' + i);
|
|
15017
15020
|
me.VIDEO_DATA[i] = new SVideo({
|
|
15018
15021
|
index: i,
|
|
15019
15022
|
janus: janus,
|
|
@@ -15275,6 +15278,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
15275
15278
|
let recordAvBusinessId = null;
|
|
15276
15279
|
|
|
15277
15280
|
function SVideo(opts, videoListener) {
|
|
15281
|
+
console.log('====初始化视频组件开始===');
|
|
15282
|
+
console.log('this:' + this);
|
|
15278
15283
|
this.janus = opts.janus;
|
|
15279
15284
|
this.userToken = opts.userToken;
|
|
15280
15285
|
this.sipcall = null;
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|