Commit 736f3b0a by Иван Кубота

small fix

parent 3f15b94b
...@@ -200,6 +200,7 @@ Screen.Conference = function() { ...@@ -200,6 +200,7 @@ Screen.Conference = function() {
stream.getTracks().forEach(function(track) { stream.getTracks().forEach(function(track) {
track.stop(); track.stop();
}); });
delete streams[streamID];
} }
} }
......
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