improve comment
This commit is contained in:
parent
5147246c17
commit
05357b9f8c
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ module.exports = React.createClass({
|
|||
_refreshMediaDevices: function(stream) {
|
||||
if (stream) {
|
||||
// kill stream so that we don't leave it lingering around with webcam enabled etc
|
||||
// as here we called gUM to ask user for permission to their device names only
|
||||
stream.getTracks().forEach((track) => track.stop());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue