Skip to content

Commit

Permalink
Fixed legacy error message in screensharing demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jan 4, 2023
1 parent 90f1a8e commit 27f1ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/screensharingtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function checkEnterShare(field, event) {

function preShareScreen() {
if(!Janus.isExtensionEnabled()) {
bootbox.alert("You're using Chrome but don't have the screensharing extension installed: click <b><a href='https://chrome.google.com/webstore/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj' target='_blank'>here</a></b> to do so", function() {
bootbox.alert("This browser doesn't support screensharing (getDisplayMedia unavailable)", function() {
window.location.reload();
});
return;
Expand Down

0 comments on commit 27f1ec7

Please sign in to comment.