We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even after granting permission, we cant view what is recording. after record we can see the video
The text was updated successfully, but these errors were encountered:
VideoPlayer.js
handleGranted(stream) { this.setState({ granted: true }); //add this this.setStreamToVideo(stream); console.log('Permission Granted!'); }
I also removed window.URL:
setStreamToVideo(stream) { const video = this.refs.app.querySelector('video'); video.srcObject = stream; }
Sorry, something went wrong.
No branches or pull requests
Even after granting permission, we cant view what is recording. after record we can see the video
The text was updated successfully, but these errors were encountered: