diff --git a/conference.js b/conference.js index 024489c52..b0d7ae2dc 100644 --- a/conference.js +++ b/conference.js @@ -1304,7 +1304,7 @@ export default { // quality and will not depend on localVideo if it is missing room.connectionQuality.updateLocalStats( stats, - this.isConnectionInterrupted(), + !this.isConnectionInterrupted(), localVideo ? localVideo.videoType : undefined, localVideo ? localVideo.isMuted() : true, localVideo ? localVideo.resolution : null);