API References
useVirtualAI
messages
: ChatMessageDto[] - List of messages of the selected chat room.setMessages
: Function - Set the message listactiveChat
: number - Active room ID (-1 if undefined)setActiveChat
: Function - Set active room IDchatRooms
: ChatRoom[] - List of chat roomssetChatRooms
: Function - Set chat room list
CharacterRoom
InputComponent
?: React.FC - Override the defaultInput
componentAICharacterComponent
?: React.FC - Override the defaultAICharacter
componentaiCharacterStyle
?: CSSProperties - AI Character stylesVoiceCallRoomComponent
?: React.FC - Override the defaultVoiceCallRoom
componentVoiceCallRoomStyle
?: CSSProperties - VoiceCallRoom stylesChatMessagesComponent
?: React.FC - Override the defaultChatMessages
componentidleAnimations
: string[] - List of idle animation statesmodelAnimations
: ModelAnimation[] - List of model animations and statesmodelPath
: string - Model path URL
Last updated