Do not show 'Media removed before had started' error dialog(keep it for log purpose only as it will happen always when peer leaves before session is initiated completely).
This commit is contained in:
parent
ab4ba5a9c3
commit
ce3c1da679
2
app.js
2
app.js
|
@ -243,8 +243,6 @@ function doJoin() {
|
|||
function waitForRemoteVideo(selector, ssrc, stream) {
|
||||
if (selector.removed || !selector.parent().is(":visible")) {
|
||||
console.warn("Media removed before had started", selector);
|
||||
messageHandler.showError("Warning",
|
||||
"Media was removed before it had started.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue