WebScreenRecorder WebScreenRecorder

Social & Communication
Version: 2
Last Update: 2020-05-02

Overview

WebScreenRecorder is a Chrome extension developed by Santhosh Emmadi. According to the data from Chrome web store, current version of WebScreenRecorder is 2, updated on 2020-05-02.
270 users have installed this extension. No user have rated this extension yet.

Record screen activity, camera, mic, tab, speakers in 4K HD video format (using ScreenRecorder)

#WebScreenRecorder (Chrome Extension)
#Source Code
https://github.com/eskguptha/ScreenRecorder
# Disqus Blog (WebRTC)
https://disqus.com/by/disqus_UlsE5WhBKm/
# Test
https://github.com/eskguptha/ScreenRecorder/blob/master/test.html
<script>
WebScreenRecorderRTC_Extension === 'undefined') {
alert('WebScreenRecorder chrome extension is either disabled or not installed.');
}
function start_recording(){
try{
recorder = new WebScreenRecorderRTC_Extension();
rec_options = {
enableScreen: true,
enableMicrophone: true,
enableSpeakers: true
}
recorder.startRecording(rec_options, function() {});
}
catch(ex){
console.log(ex.message);
}
}
function stop_recording(){
try{
recorder.setVideoFileName({"video_file_name": "2020-04-32"});
recorder.stopRecording(function(blob) {
});
}
catch(ex){
console.log(ex.message);
}
};
</script>

Rating

0 ratings

Total Installs

270

Information

Last Update

2020-05-02

Current Version

2

Size

146KiB

Author

Santhosh Emmadi

Website

None

Category

Social & Communication

Latest Reviews

See More