Fixed site minification.

This commit is contained in:
Ylian Saint-Hilaire
2019-03-26 00:14:45 -07:00
parent 3c2fd023bf
commit d11210a8c8
11 changed files with 35 additions and 17324 deletions

View File

@@ -560,8 +560,7 @@
displayLocalVideo(true);
}
for (var i in tracks) { webrtc.addTrack(tracks[i], localStream); }
})
.catch(function (err) {
}, function (err) {
displayControl(err.message + '.');
hangUpButtonClick(1);
});