Commit 5ef12faf authored by Alain Takoudjou's avatar Alain Takoudjou

fixup! allow to stop a shared screen

parent d9a00400
......@@ -1342,8 +1342,8 @@ function registerControlEvent(peerid) {
if (video_id === id) {
let c = serverConnection.up[id];
c.close(true);
delMedia(id);
delete(serverConnection.up[id]);
delMedia(id);
setButtonsVisibility();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment