1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Update to current SimpleWebRTC

This commit is contained in:
Daniel Berteaud 2015-02-12 18:47:08 +01:00
parent 3c54b6744f
commit 6415c2e9a6
2 changed files with 1933 additions and 1320 deletions

File diff suppressed because it is too large Load Diff

View File

@ -606,7 +606,7 @@ function initVroom(room) {
}
// 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');
}