Browse Source

Removes an unnecessary message and changes the video bridge message.

master
fo 10 years ago
parent
commit
003571173e
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      app.js
  2. 0
    1
      desktopsharing.js

+ 1
- 1
app.js View File

840
     if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
840
     if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
841
         bridgeIsDown = true;
841
         bridgeIsDown = true;
842
         messageHandler.showError("Error",
842
         messageHandler.showError("Error",
843
-            "The video bridge is currently unavailable.");
843
+            "Jitsi Videobridge is currently unavailable. Please try again later!");
844
     }
844
     }
845
 
845
 
846
 });
846
 });

+ 0
- 1
desktopsharing.js View File

240
 
240
 
241
 function getSwitchStreamFailed(error) {
241
 function getSwitchStreamFailed(error) {
242
     console.error("Failed to obtain the stream to switch to", error);
242
     console.error("Failed to obtain the stream to switch to", error);
243
-    messageHandler.showError('Error', 'Failed to get video stream');
244
     switchInProgress = false;
243
     switchInProgress = false;
245
 }
244
 }
246
 
245
 

Loading…
Cancel
Save