diff --git a/.changeset/cool-creatures-crawl.md b/.changeset/cool-creatures-crawl.md new file mode 100644 index 00000000..21d12de1 --- /dev/null +++ b/.changeset/cool-creatures-crawl.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-html-audio-response": patch +--- + +added error handling if a microphone is not detected on trial start \ No newline at end of file diff --git a/.changeset/fluffy-books-act.md b/.changeset/fluffy-books-act.md index 22c8378d..38a4bfbc 100644 --- a/.changeset/fluffy-books-act.md +++ b/.changeset/fluffy-books-act.md @@ -1,6 +1,5 @@ --- -"@jspsych/plugin-html-audio-response": minor -"@jspsych/plugin-html-video-response": minor +"@jspsych/plugin-html-video-response": patch --- -added handling and a custom rejection message if the media device does not have access permissions +added error handling if a camera is not detected on trial start diff --git a/.changeset/hungry-elephants-jam.md b/.changeset/hungry-elephants-jam.md index 2792ee1c..85a40ceb 100644 --- a/.changeset/hungry-elephants-jam.md +++ b/.changeset/hungry-elephants-jam.md @@ -1,5 +1,5 @@ --- -"@jspsych/plugin-initialize-microphone": patch +"@jspsych/plugin-initialize-microphone": minor --- -added error handling if permission to the microphone is rejected +added custom rejection message upon microphone permission denial diff --git a/.changeset/poor-cherries-pay.md b/.changeset/poor-cherries-pay.md index 55bedd67..65ee91ef 100644 --- a/.changeset/poor-cherries-pay.md +++ b/.changeset/poor-cherries-pay.md @@ -1,5 +1,5 @@ --- -"@jspsych/plugin-initialize-camera": patch +"@jspsych/plugin-initialize-camera": minor --- -added error handling if permission to the camera is rejected +added custom rejection message upon camera permission denial