Skip to content

Commit

Permalink
Removes an unnecessary message and changes the video bridge message.
Browse files Browse the repository at this point in the history
  • Loading branch information
fouksf committed Sep 24, 2014
1 parent ce3c1da commit 0035711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ $(document).bind('presence.muc', function (event, jid, info, pres) {
if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
bridgeIsDown = true;
messageHandler.showError("Error",
"The video bridge is currently unavailable.");
"Jitsi Videobridge is currently unavailable. Please try again later!");
}

});
Expand Down
1 change: 0 additions & 1 deletion desktopsharing.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ function initInlineInstalls()

function getSwitchStreamFailed(error) {
console.error("Failed to obtain the stream to switch to", error);
messageHandler.showError('Error', 'Failed to get video stream');
switchInProgress = false;
}

Expand Down

0 comments on commit 0035711

Please sign in to comment.