Chrome-Extensions icon indicating copy to clipboard operation
Chrome-Extensions copied to clipboard

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

Open usmnoor opened this issue 3 years ago • 0 comments

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?

usmnoor avatar May 21 '21 16:05 usmnoor