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

How can I modify portion of this chrome-extension as per my requirements? #106

Open
usmnoor opened this issue May 21, 2021 · 0 comments
Open

Comments

@usmnoor
Copy link

usmnoor commented May 21, 2021

Hi @muaz-khan,

I need your suggestion as a quick solution for my current needs related to using RecordRTC for screen recording with speaker sound. I've tested this chrome extension in my browser and it works fine. However, our project requirements is to eliminate the need for installing this chrome extension in client browser. I want to achieve this functionality completely using code.

So far, when the chrome extension is installed, we can record system / speaker audio as well by creating object of RecordRTC_Extension like var recorder = new RecordRTC_Extension(); instead of var recorder = new RecordRTC();

I need your suggestion in how can I implement this functionality without installing this extension. What I can modify in the extension code?

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

1 participant