Ícaro Heimig

Results 4 comments of Ícaro Heimig

> Para resolver inserir após linha 142: Please, do a pull request for this! @edvanmc

@sushant12, I did **tracking.stopUserMedia()** #128 but it isn't merged yet Here: https://github.com/icaromh/tracking.js/blob/turn-off-camera/build/tracking.js#L84

@M-Husein I've abandoned the project that has used this lib. But you can look [here](https://github.com/eduardolundgren/tracking.js/blob/c6c3f34945137def2690c2e36f16b279ec6e7f11/src/tracking.js#L77)

@M-Husein, I *think* that is something like: ```js window.onload = function() { // as tracking is a global variable, you can just call it anytime after initialize window.setTimeout(function(){ tracking.stopUserMedia(); },...