Send peer_id, not peer

master
Daniel Berteaud 10 years ago
parent fa99945aa9
commit f80c8e7d97
  1. 2
      public/js/vroom.js

@ -955,7 +955,7 @@ function initVroom(room) {
action: 'promote_peer',
param: {
room: roomName,
peer: id
peer_id: id
}
})
},

Loading…
Cancel
Save