disable status updates
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 25 Mar 2017 20:17:44 +0000 (16:17 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 25 Mar 2017 20:17:44 +0000 (16:17 -0400)
2017/assets/js/stream.js

index 461c43d6fd37d2ad4e3f90c2b1adccb06671b829..88799380a1f6f1f452d8e2567874c40a2f80fc8d 100644 (file)
@@ -165,7 +165,7 @@ app.controller = function() {
 };
 
 app.controller.prototype.updateStats = function() {
-  this.stats = app.streamStats(this.stream().speakerMount);
+  //this.stats = app.streamStats(this.stream().speakerMount);
 };
 
 app.view = function(ctrl) {