Update to current SimpleWebRTC

master
Daniel Berteaud 10 years ago
parent 3c54b6744f
commit 6415c2e9a6
  1. 2095
      public/js/simplewebrtc.bundle.js
  2. 2
      public/js/vroom.js

File diff suppressed because it is too large Load Diff

@ -606,7 +606,7 @@ function initVroom(room) {
} }
// If browser doesn't support webRTC or dataChannels // If browser doesn't support webRTC or dataChannels
if (!webrtc.capabilities.support || !webrtc.capabilities.dataChannel){ if (!webrtc.capabilities.support || !webrtc.capabilities.supportDataChannel){
$('#noWebrtcSupport').modal('show'); $('#noWebrtcSupport').modal('show');
} }

Loading…
Cancel
Save