Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.9.0 source code.tar.gz | 2014-07-31 | 1.7 MB | |
0.9.0 source code.zip | 2014-07-31 | 1.8 MB | |
README.md | 2014-07-31 | 885 Bytes | |
Totals: 3 Items | 3.5 MB | 1 |
- Added
isMicrophoneAccessible
function which allows to check whether microphone is ready to use or not. - Renamed function for requesting permission dialog. For now on we can also request permanent microphone permission by calling
showPermissionWindow({permanent: true})
. - Added
stopRecording
function (record
no longer stops recording). - Added
playing_paused
event which announces playback pause. - Added
permission_panel_closed
event which announces close of permission dialog. - Updated demo (multiple action buttons toggled by CSS).
Upgrading to 0.9.0
- Replace usage of
getMicrophone
withisMicrophoneAccessible
to check whether microphone is ready for recording or not. - Replace calls of
permit
function withshowPermissionWindow
. - Use
stopRecording
function instead ofrecord
to stop recording (record
no longer stops recording).