kenken999 commited on
Commit
e9864b6
1 Parent(s): 6d28491
Files changed (1) hide show
  1. staticfiles/livetest.html +1 -1
staticfiles/livetest.html CHANGED
@@ -35,7 +35,7 @@ constructor(config) {
35
  }
36
 
37
  initialize() {
38
- alert("38");
39
  const RTCPeerConnection = window.RTCPeerConnection || window.webkitRTCPeerConnection || window.mozRTCPeerConnection;
40
 
41
  this.videoElement = document.getElementById(this.container);
 
35
  }
36
 
37
  initialize() {
38
+ //alert("38");
39
  const RTCPeerConnection = window.RTCPeerConnection || window.webkitRTCPeerConnection || window.mozRTCPeerConnection;
40
 
41
  this.videoElement = document.getElementById(this.container);