Skip to content

Commit

Permalink
#2489 Remove depreaction warning as Statistics is not exposed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romick2005 committed Mar 26, 2024
1 parent 61a58a0 commit 5c04558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions JitsiMeetJS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,12 +512,8 @@ export default {
* Checks if local tracks can collect stats and collection is enabled.
*
* @returns {boolean} True if stats are being collected for local tracks.
* @deprecated use Statistics.isCollectingLocalStats instead
*/
isCollectingLocalStats() {
logger.warn('This method is deprecated, use '
+ 'Statistics.isCollectingLocalStats instead');

return Statistics.isCollectingLocalStats();
},

Expand Down

0 comments on commit 5c04558

Please sign in to comment.