Record our local ID

Might be needed
master
Daniel Berteaud 11 years ago
parent d05925722b
commit f77d2c296d
  1. 1
      public/js/vroom.js

@ -493,6 +493,7 @@ function initVroom(room) {
// Handle the readyToCall event: join the room // Handle the readyToCall event: join the room
webrtc.once('readyToCall', function () { webrtc.once('readyToCall', function () {
peers.local.id = webrtc.connection.socket.sessionid;
webrtc.joinRoom(room); webrtc.joinRoom(room);
}); });

Loading…
Cancel
Save