react-native-webrtc-firebase
react-native-webrtc-firebase copied to clipboard
When i stop the call it still use camera and microphone
trafficstars
when i click on stop call button app still uses camera and microphone
Thank you for pointing it out. I am working on this, will update this thread when complete.
Thank you for pointing it out. I am working on this, will update this thread when complete.
If you have any updates please let me know
@DipanshKhandelwal do you have any idea about it? just share with us
I found it, we can use this, stop all stream we have
stream.getTracks().forEach(function(track) {
track.stop();
});