Skip to content

Commit

Permalink
tinny fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Feb 10, 2017
1 parent 792531b commit 886e775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ var recordRTC = RecordRTC(arrayOfStreams, {
}
});
recordRTC.startRecording();
recordRTC.stopRecording(function(audioURL) {
audio.src = audioURL;
recordRTC.stopRecording(function(singleWebM) {
video.src = singleWebM;

var recordedBlob = recordRTC.getBlob();
recordRTC.getDataURL(function(dataURL) { });
Expand Down
File renamed without changes.

0 comments on commit 886e775

Please sign in to comment.