You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with isMicrophoneAccessible to check whether microphone is ready for recording or not.
Replace calls of permit function with showPermissionWindow.
Use stopRecording function instead of record to stop recording (record no longer stops recording).