Spaces:
Sleeping
Sleeping
test
Browse files
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);
|