Updates
Last updated
Last updated
Added onStatusEvent
Event
- The onStatusEvent
event has been introduced to monitor the SDK connection status.
Added changeAvatar
Method
- A new changeAvatar
method allows users to dynamically change the avatar during interactions.
Renamed Method
- The stopEcho
method has been renamed to stopSpeech
for consistency and clarity.
TypeScript Support - Full TypeScript support has been added. Developers can now utilize type definitions for better code safety and intelligent suggestions.
UI Support Changed to [WebComponent] - UI rendering is now supported via Web Components for a more modular and reusable approach:
Avatar Streaming View
- Changed from KlleonChat.showStreaming()
to <avatar-container />
.
Chat View
- Changed from KlleonChat.showChatUi()
to <chat-container />
.