Skip to content

Commit

Permalink
squash: Add a log message and a @deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Nov 21, 2023
1 parent e1002bb commit 3c55048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JitsiConference.js
Original file line number Diff line number Diff line change
Expand Up @@ -2672,8 +2672,10 @@ JitsiConference.prototype.sendFeedback = function(overallFeedback, detailedFeedb

/**
* @returns false, since callstats in not supported anymore.
* @deprecated
*/
JitsiConference.prototype.isCallstatsEnabled = function() {
logger.warn('Callstats is no longer supported');
return false;
};

Expand Down

0 comments on commit 3c55048

Please sign in to comment.