Don't use no double non-positives.
This commit is contained in:
parent
4aa47a7901
commit
0c1bef927b
|
@ -1304,7 +1304,7 @@ export default {
|
||||||
// quality and will not depend on localVideo if it is missing
|
// quality and will not depend on localVideo if it is missing
|
||||||
room.connectionQuality.updateLocalStats(
|
room.connectionQuality.updateLocalStats(
|
||||||
stats,
|
stats,
|
||||||
this.isConnectionInterrupted(),
|
!this.isConnectionInterrupted(),
|
||||||
localVideo ? localVideo.videoType : undefined,
|
localVideo ? localVideo.videoType : undefined,
|
||||||
localVideo ? localVideo.isMuted() : true,
|
localVideo ? localVideo.isMuted() : true,
|
||||||
localVideo ? localVideo.resolution : null);
|
localVideo ? localVideo.resolution : null);
|
||||||
|
|
Loading…
Reference in New Issue