Lazymondaysunday
Results
2
issues of
Lazymondaysunday
I'm not sure what I'm doing exactly that is causing this. But maybe someone can point me in the right direction. I have a unordered list of the markers and...
Looks like `$window.localMediaStream.stop();` No longer works, so I changed it to: `$window.localMediaStream.getVideoTracks()[0].stop();` And it works now. Maybe someone can find this useful.