jibon57 / bbb-recorder

BigBlueButton recorder using puppeteer to export as webm or mp4 file & Live RTMP broadcasting
MIT License
260 stars 135 forks source link

Update export.js to fix issue #100 #102

Closed tdebatty closed 2 years ago

tdebatty commented 2 years ago

For some reason, in the latest versions of BBB, document.getElementById is evaluated BEFORE the DOM is fully loaded, which results in error "Cannot read properties of null (reading 'duration')".

jibon57 commented 2 years ago

Thank you!