Don't use no double non-positives.

This commit is contained in:
Boris Grozev 2016-10-27 13:27:00 -05:00
parent 4aa47a7901
commit 0c1bef927b
1 changed files with 1 additions and 1 deletions

View File

@ -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);