Discussions
LiveKit - successful Room connection but no reply to chat
last month by Neddie
I am integrated with the Streaming Avatar via LiveKit. I have a successful Room connection and can see the 'heygen' participant. However, when I use publishData, the avatar does not react.
Can you provide:
The exact Topic name the avatar listens to for text tasks (e.g., 'task', 'heygen-chat', or something else)?
The Binary Header or JSON Schema required for a 'repeat' task over the data channel? (e.g., does it require a specific Uint8Array prefix or a specific message_id format?)
Should the data be sent to the room at large, or targeted to the Avatar's specific identity?
Many thanks!