|
|
|
|
1304
|
// quality and will not depend on localVideo if it is missing
|
1304
|
// quality and will not depend on localVideo if it is missing
|
1305
|
room.connectionQuality.updateLocalStats(
|
1305
|
room.connectionQuality.updateLocalStats(
|
1306
|
stats,
|
1306
|
stats,
|
1307
|
- this.isConnectionInterrupted(),
|
|
|
|
|
1307
|
+ !this.isConnectionInterrupted(),
|
1308
|
localVideo ? localVideo.videoType : undefined,
|
1308
|
localVideo ? localVideo.videoType : undefined,
|
1309
|
localVideo ? localVideo.isMuted() : true,
|
1309
|
localVideo ? localVideo.isMuted() : true,
|
1310
|
localVideo ? localVideo.resolution : null);
|
1310
|
localVideo ? localVideo.resolution : null);
|