File tree Expand file tree Collapse file tree 2 files changed +384
-306
lines changed Expand file tree Collapse file tree 2 files changed +384
-306
lines changed Original file line number Diff line number Diff line change @@ -901,16 +901,6 @@ JitsiConference.prototype.getLocalVideoTracks = function() {
901
901
return this . rtc ? this . rtc . getLocalVideoTracks ( ) : null ;
902
902
} ;
903
903
904
- /**
905
- * Obtains the performance statistics.
906
- * @returns {Object|null }
907
- */
908
- JitsiConference . prototype . getPerformanceStats = function ( ) {
909
- return {
910
- longTasksStats : this . statistics . getLongTasksStats ( )
911
- } ;
912
- } ;
913
-
914
904
/**
915
905
* Attaches a handler for events(For example - "participant joined".) in the
916
906
* conference. All possible event are defined in JitsiConferenceEvents.
@@ -3907,8 +3897,7 @@ JitsiConference.prototype._sendConferenceLeftAnalyticsEvent = function() {
3907
3897
meetingId,
3908
3898
participantId : `${ meetingId } .${ this . _statsCurrentId } ` ,
3909
3899
stats : {
3910
- duration : Math . floor ( ( Date . now ( ) - this . _conferenceJoinAnalyticsEventSent ) / 1000 ) ,
3911
- perf : this . getPerformanceStats ( )
3900
+ duration : Math . floor ( ( Date . now ( ) - this . _conferenceJoinAnalyticsEventSent ) / 1000 )
3912
3901
}
3913
3902
} ) ) ;
3914
3903
} ;
You can’t perform that action at this time.
0 commit comments