From 19a6511b35dc7bdaf90a5a1277c89a5f72c81210 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 8 Apr 2014 11:37:21 +0200 Subject: [PATCH] Update code comment mute/paused are now handled directly by SimpleWebRTC --- public/js/vroom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index b81b74f..7e793ef 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -152,7 +152,7 @@ function initVroom(room) { dc: peer.getDataChannel('vroom'), obj: peer }; - // Send our state to this peer (mute/paused/displayName) + // Send our info to this peer (displayName/color) // but wait a bit so channels are fully setup (or have more chances to be) before we send setTimeout(function(){ if ($('#displayName').val() !== '') {