ultron-ai-sdk 1.1.9 → 1.2.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 +2 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,8 @@ npm install ultron-ai-sdk
|
|
|
73
73
|
hideClickMessage: true, // Remove default "Click message" on the avatar
|
|
74
74
|
alwaysListen: false, // For Push to talk conversation
|
|
75
75
|
highFidelityMode: true, // Enables higher graphics quality (can impact performance on low-end devices)
|
|
76
|
-
hideMicButton: false
|
|
76
|
+
hideMicButton: false,
|
|
77
|
+
hideChatStatus: false //Hide chat status display like Thinking..., speaking etc
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
await sceneCanvas.init(initializationSetting)
|