Skip to content

Releases: muaz-khan/RecordRTC

RecordRTC v5.6.2

09 Mar 03:26
Compare
Choose a tag to compare

In this build:

  • saveAs: check for extended mimetype #732

RecordRTC v5.6.1

17 May 18:09
Compare
Choose a tag to compare

5.6.1 is latest release.

Fixed #615 (webassembly issue on FF)

RecordRTC v5.6.0

16 May 15:26
Compare
Choose a tag to compare

5.6.0 is latest release. Please check relevant PRs/commits below:

  • PR #615 (web_assembly_recorder) - 7fe370f
  • add onFirstData callback to allow better synchronization of video/audio streams - 87b63db

Etc.

RecordRTC v5.5.9

26 Feb 13:20
Compare
Choose a tag to compare

5.5.9 is latest relase (trusting on PRs. I didn't test iOS/etc. myself, though)

Please check this commit for more info: 0d617d0

RecordRTC v5.5.8

21 Jun 04:38
Compare
Choose a tag to compare

5.5.8 is latest release.

RecordRTCPromisesHandler now supports getState, getInternalRecorder, destroy, reset and many other functions.

RecordRTC v5.5.7

18 Jun 03:24
Compare
Choose a tag to compare

5.5.7 is latest release.

Ref: #532

RecordRTC v5.5.6

15 Jun 01:25
Compare
Choose a tag to compare

5.5.6 is latest release.

let recorder = RecordRTC([streams], {
   type: 'video',
   elementClass: 'your-custom-class'
});

Now you can access element anytime using this:

document.querySelector('.your-custom-class').style.opacity = 0;

RecordRTC v5.5.5

13 Jun 02:30
Compare
Choose a tag to compare

5.5.5 is latest release. (nothing special: minor updates)

RecordRTC v5.5.3

21 Jan 02:14
Compare
Choose a tag to compare

5.5.3 is latest release.

Commits in this release:

  • Added workerPath and webAssemblyPath options to MRecodRTC 1eb4a49
  • WebAssemblyRecorder and MRecordRTC are updated to support missing API a2a4ba0

etc.

RecordRTC v5.5.2

13 Jan 13:09
Compare
Choose a tag to compare

5.5.2 is latest release.

This release includes support for WebAssemblyRecorder. 1e2de6a