Skip to content

Commit

Permalink
Merge branch 'pr/1664' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Oct 15, 2024
2 parents 7c88bc1 + 51ac218 commit 45f2b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Bug in Calligra Activity when letters deleted #1466
- Missing flag handling in ColorMyWorld #1603
- Position of Sugar Icon in Popup on homescreen is toward bottom right #1662
- Recording video doesn't work on Windows #1203

## [1.8.0] - 2024-04-10
### Added
Expand Down
1 change: 1 addition & 0 deletions activities/Record.activity/js/capture-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ define(["activity/recordrtc", "sugar-web/activity/activity", "sugar-web/datastor
navigator.mediaDevices.getUserMedia({video: true}).then(function (mediaStream) {
var recordRTC = RecordRTC(mediaStream, {
type: 'video',
mimeType: 'video/webm;codecs=vp8',
frameRate: 80,
quality: 0
});
Expand Down

0 comments on commit 45f2b76

Please sign in to comment.