Skip to content

Releases: QuickBlox/javascript-media-recorder

Ripe Mango

Choose a tag to compare

@Vladlukhanin Vladlukhanin released this 09 Mar 10:08
a8f408e
  • The QBMediaRecorder.isAudioContext() was added (possibility to check the AudioContext API in a browser);
  • Bugs was fixed.

Mango

Choose a tag to compare

@Vladlukhanin Vladlukhanin released this 19 Jan 15:56
292b00c
  • Added worker for encode audio/mp3;
  • Updated demo (possibility to change mime type).

Raisins

Choose a tag to compare

@Vladlukhanin Vladlukhanin released this 07 Mar 13:05

Fixed:

  • TypeError: Cannot convert undefined or null to object (Error after minify)

Pear

Choose a tag to compare

@Vladlukhanin Vladlukhanin released this 06 Mar 10:59

Added:

  • added custom recorder for MP3 and WAV, based on AudioContext API instead of MediaRecorder API;
  • added lib lamejs for encode output data in 'audio/mp3';

Changed:

  • changed constructor's name 'qbMediaRecorder' to 'QBMediaRecorder'.

Lollipop

Choose a tag to compare

@dimaspirit dimaspirit released this 30 Dec 16:24
  • Added new methods:
    • isTypeSupported(mimeType);
    • change(stream);
  • Added ESLint (use npm run lint before commit);
  • Handle an exception (doesn't found a input media device);
  • Upd docs;

It's a last beta version.

Сhocolate

Choose a tag to compare

@dimaspirit dimaspirit released this 25 Nov 09:45

It's a first version of qbMediaRecorder.

New:

  • A wrapper for standart API of MediaStream Recording;
  • Documentation;
  • Sample.