interview-widget 1.0.10 → 1.0.11
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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -241,6 +241,10 @@ Pass this object to `InterviewWidgetProvider` via the `config` prop. Tables list
|
|
|
241
241
|
| Prop | Type | Default | Description |
|
|
242
242
|
| ------- | --------- | ------- | --------------------------------------------------------- |
|
|
243
243
|
| enabled | `boolean` | true | Enable/disable proctoring and cheating detection features |
|
|
244
|
+
| gazeAnalysisEnabled | `boolean` | true | Enable/disable gaze tracking and analysis |
|
|
245
|
+
| showControls | `boolean` | false | Show/hide proctoring control panel |
|
|
246
|
+
| showEngagementBar | `boolean` | true | Show/hide engagement metrics bar |
|
|
247
|
+
| showLandmarks | `boolean` | false | Show/hide facial landmark visualization |
|
|
244
248
|
|
|
245
249
|
## How it works
|
|
246
250
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "interview-widget",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.11",
|
|
5
5
|
"description": "Advanced React interview widget with STT, TTS, camera access, and ML-powered analysis",
|
|
6
6
|
"main": "dist/widget.umd.js",
|
|
7
7
|
"module": "dist/widget.es.js",
|