Skip to content
Snippets Groups Projects
Commit a86b0ead authored by Richard Alam's avatar Richard Alam Committed by GitHub
Browse files

Merge pull request #3515 from antobinary/fix-double-webcams

Fix double display of webcams on reconnect #3250
parents 1a6062d3 388d3ec8
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ package org.bigbluebutton.modules.videoconf.maps
}
private function openViewWindowFor(userID:String):void {
if (!proxy.connection.connected) {
if (!proxy.connection.connected || hasWindow(userID)) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment