From 3de4f72b558319f2b1aed9f7908cd8d35f239c8a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 12 Jul 2019 16:36:02 -0300 Subject: Tidy error message to not talk about demo. --- website/mic.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/mic.js b/website/mic.js index 4aa8315..76d3005 100644 --- a/website/mic.js +++ b/website/mic.js @@ -389,10 +389,7 @@ $(document).ready(function() { if(msg["error_code"] === 485) { // This is a "no such room" error: give a more meaningful description bootbox.alert( - "

Apparently room " + myroom + " (the one this demo uses as a test room) " + - "does not exist...

Do you have an updated janus.plugin.audiobridge.cfg " + - "configuration file? If not, make sure you copy the details of room " + myroom + " " + - "from that sample in your current configuration file, then restart Janus and try again." + "

Server error: room " + myroom + " does not exist." ); } else { bootbox.alert(msg["error"]); -- cgit v1.2.3