Skip to content

Commit

Permalink
fix: cleanup CaptureVideoOptions removing 'quality'
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Mar 21, 2021
1 parent a105e2e commit b51c8ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/CaptureVideoOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ var CaptureVideoOptions = function () {
this.limit = 1;
// Maximum duration of a single video clip in seconds.
this.duration = 0;
// Video quality parameter, 0 means low quality, suitable for MMS messages, and value 1 means high quality.
this.quality = 1;
};

module.exports = CaptureVideoOptions;

0 comments on commit b51c8ec

Please sign in to comment.