Ada D
Results
1
comments of
Ada D
Hello, I was able to vary the video chunk size by modifying `handleRecordingDuration` in [RecordRTC.js](https://github.com/muaz-khan/RecordRTC/blob/master/RecordRTC.js). Specifically: ``` function handleRecordingDuration(counter) { counter = counter || 0; if (self.state === 'paused') {...