MCPcopy Create free account
hub / github.com/collidingScopes/shimmer / chooseRecordingFunction

Function chooseRecordingFunction

wavyImage.js:330–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328});
329
330function chooseRecordingFunction(){
331 if(isIOS || isAndroid || isFirefox){
332 startMobileRecording();
333 }else {
334 recordVideoMuxer();
335 }
336}
337
338//record html canvas element and export as mp4 video
339//source: https://devtails.xyz/adam/how-to-save-html-canvas-to-mp4-using-web-codecs-api

Callers 1

wavyImage.jsFile · 0.85

Calls 2

startMobileRecordingFunction · 0.85
recordVideoMuxerFunction · 0.85

Tested by

no test coverage detected