Skip to content

Commit

Permalink
Merge pull request #113 from melonmanchan/master
Browse files Browse the repository at this point in the history
Fix video bitrate parameter misspelling in README 
  • Loading branch information
muaz-khan committed Mar 27, 2016
2 parents 8937db7 + 87fc146 commit 7989496
Showing 1 changed file 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 @@ -619,14 +619,14 @@ var options = {
var recorder = RecordRTC(mediaStream, options);
```

## `videooBitsPerSecond`
## `videoBitsPerSecond`

The chosen bitrate for the video component of the media.

```javascript
var options = {
mimeType 'video/webm', // or video/mp4
videooBitsPerSecond: 128000
videoBitsPerSecond: 128000
};
var recorder = RecordRTC(mediaStream, options);
```
Expand Down

0 comments on commit 7989496

Please sign in to comment.