mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
make default null
This commit is contained in:
parent
fdd2ebb0b6
commit
aa0d28f990
@ -324,7 +324,7 @@ export class MediaAPI {
|
||||
this.preload_requests = [];
|
||||
}
|
||||
|
||||
private microphone_recorder: MediaRecorder;
|
||||
private microphone_recorder: MediaRecorder = null;
|
||||
|
||||
initializeMicrophoneRecorder(stream: MediaStream) {
|
||||
const recorder = new MediaRecorder(stream);
|
||||
|
Loading…
Reference in New Issue
Block a user