@skippr/live-agent-sdk 0.80.0 → 0.82.0

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
@@ -216,7 +216,7 @@ Self-contained widget component. Renders a floating button that opens a sidebar
216
216
  | `welcomeMessage` | `string` | — | Message shown on the minimized bubble |
217
217
  | `startSessionLabel` | `string` | `'Talk to Skippr'` | Label for the start-session button (only shown when `agentId` is pinned) |
218
218
  | `autoFocusChat` | `boolean` | `true` | Whether the chat input auto-focuses when opened |
219
- | `captureMode` | `'screenshare' \| 'auto'` | `'screenshare'` | How the agent sees the page — `'screenshare'` prompts the user to share, `'auto'` uses DOM capture (no permission prompt) |
219
+ | `captureMode` | `'screenshare' \| 'auto'` | `'auto'` | How the agent sees the page — `'auto'` uses DOM capture (no permission prompt), `'screenshare'` prompts the user to share |
220
220
  | `animateAgentCursor` | `boolean` | `false` | Animate the agent's cursor as it points to elements on the page. Primarily configured per agent in the dashboard; this prop is a fallback when the agent has no preference set. |
221
221
 
222
222
  ### `useLiveAgent()`