Ad

EnglishFrenchSpanish

Free editor online | DOC > | XLS > | PPT >


OffiDocs favicon

WebScreenRecorder in Chrome with OffiDocs

WebScreenRecorder  screen for extension Chrome web store in OffiDocs Chromium

Ad


DESCRIPTION


#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>

Additional Information:


- Offered by Santhosh Emmadi
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.

WebScreenRecorder web extension integrated with the OffiDocs Chromium online


Run Chrome Extensions

Ad