Update code comment

mute/paused are now handled directly by SimpleWebRTC
This commit is contained in:
Daniel Berteaud 2014-04-08 11:37:21 +02:00
parent 8ee54e1198
commit 19a6511b35
1 changed files with 1 additions and 1 deletions

View File

@ -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() !== '') {