Commit a2074140 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix hander for shared screen close button.

parent 86b6c71c
......@@ -1527,8 +1527,7 @@ function registerControlHandlers(media, container, c) {
stop.onclick = function(event) {
event.preventDefault();
try {
c.close(true);
delMedia(c.localId);
c.close();
} catch(e) {
console.error(e);
displayError(e);
......
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