@glydeunity/voice-sdk 1.6.20 → 1.6.22

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 CHANGED
@@ -155,9 +155,12 @@ import { GlydeVoice, GlydeText, ChatWidget, useVoiceAgent, useTextChat } from '@
155
155
  | `discovery` | optional (`client_uuid` recommended) |
156
156
  | `recruiter`, `custom`, `phone` | optional |
157
157
 
158
+ Text mode and voice mode both use the same `contextType` semantics. If you are using a non-screening flow (for example `discovery` with a `client_uuid`), always pass `contextType` explicitly to avoid screening-only initialization paths.
159
+
158
160
  ## Troubleshooting
159
161
 
160
162
  - If widget does not appear, verify auth key and `data-auto-init` settings.
161
163
  - If voice fails, ensure HTTPS and microphone permissions.
162
164
  - If context errors occur, validate `contextType` + `contextId` format.
165
+ - If text mode calls `/api/unity/screening/summary/*` unexpectedly, ensure the text component receives the same `contextType` used by voice mode.
163
166