Skip to content
New issue

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

enableTabCaptureAPI is not working #87

Open
zenlykoi opened this issue Nov 14, 2019 · 1 comment
Open

enableTabCaptureAPI is not working #87

zenlykoi opened this issue Nov 14, 2019 · 1 comment

Comments

@zenlykoi
Copy link

My code in here

var recorder = new RecordRTC_Extension();
recorder.startRecording({
	enableTabCaptureAPI: true,
    enableTabCaptureAPIAudioOnly: false
}, function() {
    setTimeout(function() {
        recorder.stopRecording(function(blob) {
            console.log(URL.createObjectURL(blob))
        });
    }, 5000);
});

I inject mycode to a website to record sound and screen in this website same as 'chrome tab' option in extension. But it sometimes successful, sometimes unsuccessful.

@Minimalpris
Copy link

any news here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants