You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ofvar 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?
The text was updated successfully, but these errors were encountered: