-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Title: TypeError: SimliClient.Initialize is not a function
Classification: Bug - Incorrect Method Call
Description:
The AvatarInteraction component attempts to call a non-existent 'Initialize' method on the SimliClient instance. This results in a TypeError when trying to initialize the Simli avatar.
Steps to Reproduce:
- npm run start
- go to localhost
3
Expected Behavior:
SimliClient should initialize successfully
Actual Behavior:
TypeError is thrown: "simliClientRef.current.Initialize is not a function"
Proposed Fix:
Remove the call to the non-existent 'Initialize' method. Use the 'start' method when ready to begin the interaction, typically in response to a user action.
localhost-1726329141184.log
Metadata
Metadata
Assignees
Labels
No labels