浏览代码

Removes an unnecessary message and changes the video bridge message.

master
fo 10 年前
父节点
当前提交
003571173e
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1
    1
      app.js
  2. 0
    1
      desktopsharing.js

+ 1
- 1
app.js 查看文件

@@ -840,7 +840,7 @@ $(document).bind('presence.muc', function (event, jid, info, pres) {
840 840
     if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
841 841
         bridgeIsDown = true;
842 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 查看文件

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

正在加载...
取消
保存