Discussions

Ask a Question
Back to All

Avatar talking message event sends data but interactvie avatar is not speaking after the first speak request.

Hey,
I wanted to highlight minor but still important issue.
We're using Interactive avatar for voice chats. And we wanted avatar speaks first, so we send initial request to him:

avatar.speak({
        text: `Hello, I want to apply....`,
        taskType: TaskType.TALK,
        taskMode: TaskMode.SYNC,
      });

After this we listen to AVATAR_TALKING_MESSAGE event and it gives us a avatar response with message. But avatar itself doesn't speak first few seconds. It happens only on the first request after creating stream.
Any thoughts on this, is it possible to fix?