()
| 328 | }); |
| 329 | |
| 330 | function 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 |
no test coverage detected