fixes the issue where video feeds go black after first call

This commit is contained in:
Connor Turland 2016-01-09 16:11:28 +13:00
parent 26bc04262a
commit 11fc7a01f3

View file

@ -2359,6 +2359,7 @@ Metamaps.Realtime = {
track.stop(); track.stop();
}); });
}); });
self.webrtc.webrtc.localStreams = [];
}); });
}, },