@newtonschool/react_proctoring_library 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,8 @@ const WebcamActivityTracker = _ref => {
44
44
  onUserMedia: () => {
45
45
  setVideoPermission(true);
46
46
  },
47
- onUserMediaError: () => {
47
+ onUserMediaError: err => {
48
+ console.log("Webcam Error", err);
48
49
  setVideoPermission(false);
49
50
  },
50
51
  className: "captured-video-canvas hide",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/react_proctoring_library",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "Used to proctor online tests",
5
5
  "author": "ayushkagrawal,shreyachandra,weastel",
6
6
  "main": "dist/index.js",