Discussions

Ask a Question
Back to all

How to disable default greeting in LiveAvatar session?

When I start a LiveAvatar session, the avatar automatically says a default greeting like "Hi, I am from LiveAvatar..." I'm using the avatar in text-to-speech mode where my backend controls all responses via the repeat() method, so I need to disable this automatic greeting. I've tried calling interrupt() immediately after start() and setting voiceChat to false in SessionConfig, but the greeting still plays. Is there a configuration option or method to prevent the avatar from speaking this default greeting when the session starts?