Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BPing committed Nov 16, 2016
1 parent 14fd9ab commit 2294aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ API of RecordRTC,see:[RecordRTC API Reference](http://recordrtc.org/RecordRTC.ht
var recorder = designer.getCanvasRecorder();
$("#start-record").click(function () {
console.log("recording");
recorder.initRecorder();
recorder.startRecording();
});
$("#stop-record").click(function () {
Expand Down

0 comments on commit 2294aa2

Please sign in to comment.