log

age author description
Wed, 28 Jun 2017 10:39:23 +0100 Lucas Thompson Update VampTestPlugin.umd.js
Tue, 27 Jun 2017 13:05:29 +0100 Lucas Thompson Merge pull request #2 from LucasThompson/fix/recording-without-media-recorder-api
Mon, 26 Jun 2017 16:16:44 +0100 Lucas Thompson Fall back to RecordRtcMediaRecorder when MediaRecorder not available in browser.
Mon, 26 Jun 2017 16:16:19 +0100 Lucas Thompson Implement a MediaRecorder backed by RecordRTC. Definitely not spec compliant but is at least interface compatible with the methods used in the app.
Mon, 26 Jun 2017 16:10:33 +0100 Lucas Thompson Update BlobEvent type, timecode is optional in the spec.
Mon, 26 Jun 2017 16:10:01 +0100 Lucas Thompson Pull in RecordRTC for use when MediaRecorder isn't available.
Mon, 26 Jun 2017 11:07:20 +0100 Lucas Thompson No need for ternary operator, coalesce to default value.
Mon, 26 Jun 2017 11:00:21 +0100 Lucas Thompson Small refactor.