Removes an unnecessary message and changes the video bridge message.
This commit is contained in:
parent
ce3c1da679
commit
003571173e
2
app.js
2
app.js
@ -840,7 +840,7 @@ $(document).bind('presence.muc', function (event, jid, info, pres) {
|
|||||||
if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
|
if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
|
||||||
bridgeIsDown = true;
|
bridgeIsDown = true;
|
||||||
messageHandler.showError("Error",
|
messageHandler.showError("Error",
|
||||||
"The video bridge is currently unavailable.");
|
"Jitsi Videobridge is currently unavailable. Please try again later!");
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@ -240,7 +240,6 @@ function initInlineInstalls()
|
|||||||
|
|
||||||
function getSwitchStreamFailed(error) {
|
function getSwitchStreamFailed(error) {
|
||||||
console.error("Failed to obtain the stream to switch to", error);
|
console.error("Failed to obtain the stream to switch to", error);
|
||||||
messageHandler.showError('Error', 'Failed to get video stream');
|
|
||||||
switchInProgress = false;
|
switchInProgress = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user