|
|
@@ -3,6 +3,7 @@
|
|
3
|
3
|
import Avatar from "../avatar/Avatar";
|
|
4
|
4
|
import UIUtil from "../util/UIUtil";
|
|
5
|
5
|
import UIEvents from "../../../service/UI/UIEvents";
|
|
|
6
|
+import AnalyticsAdapter from '../../statistics/AnalyticsAdapter';
|
|
6
|
7
|
|
|
7
|
8
|
const RTCUIHelper = JitsiMeetJS.util.RTCUIHelper;
|
|
8
|
9
|
|
|
|
@@ -165,6 +166,7 @@ SmallVideo.createStreamElement = function (stream) {
|
|
165
|
166
|
= window.performance.now();
|
|
166
|
167
|
console.log("(TIME) Render " + type + ":\t",
|
|
167
|
168
|
now);
|
|
|
169
|
+ AnalyticsAdapter.sendEvent('render.' + type, now);
|
|
168
|
170
|
};
|
|
169
|
171
|
return element;
|
|
170
|
172
|
};
|