polymorph-sdk 0.2.0 → 0.2.3

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
@@ -36,12 +36,11 @@ function App() {
36
36
  |------|------|----------|-------------|
37
37
  | `apiBaseUrl` | `string` | Yes | Your Polymorph API base URL |
38
38
  | `apiKey` | `string` | Yes | API key from Settings > API Keys |
39
+ | `agentName` | `string` | No | LiveKit agent name to dispatch (default: `"custom-voice-agent"`) |
39
40
  | `metadata` | `Record<string, string>` | No | Custom metadata passed to the agent |
40
41
  | `branding` | `WidgetBranding` | No | Customize widget appearance |
41
42
  | `position` | `"bottom-right" \| "bottom-left"` | No | Widget position (default: `"bottom-right"`) |
42
43
  | `enableVoice` | `boolean` | No | Enable voice calls (default: `true`) |
43
- | `userIdentity` | `string` | No | Participant identity for LiveKit |
44
- | `userName` | `string` | No | Participant display name |
45
44
  | `fetchOptions` | `RequestInit` | No | Extra options passed to fetch |
46
45
 
47
46
  ### Branding