Skip to content
Snippets Groups Projects
Commit 5c069e97 authored by Simon Döring's avatar Simon Döring
Browse files

Remove unnecessary link to noVNC

parent 88741d2e
Branches
No related tags found
No related merge requests found
......@@ -73,10 +73,10 @@ document.addEventListener('DOMContentLoaded', function() {
video.setAttribute('muted', 'muted');
document.getElementById('preview-container').appendChild(video);
var noVncLink = 'https://simon-doering.com/novnc/vnc.html?room=' + room;
var linkContainer = document.createElement('div');
linkContainer.innerHTML = `Camera feed can be viewed in noVNC at this link by clicking the connect button: <a href=${noVncLink}>${noVncLink}</a>`;
document.body.appendChild(linkContainer);
// var noVncLink = 'https://simon-doering.com/novnc/vnc.html?room=' + room;
// var linkContainer = document.createElement('div');
// linkContainer.innerHTML = `Camera feed can be viewed in noVNC at this link by clicking the connect button: <a href=${noVncLink}>${noVncLink}</a>`;
// document.body.appendChild(linkContainer);
}
Janus.attachMediaStream(document.getElementById('camera-preview'), stream);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment