Discussions
How to get sessionid for embedded LiveAvatar using the provided iframe code?
I am embedding the LiveAvatar using the provided iframe code. I need to get the session duration and the transcript for the session afterward. Using the LIveAvatar API, I can gather the session history and their associated transcript afterward. However, I cannot identity the sessionid for a specific embedded session.
How to set session timeout of 4 minutes for LiveAvatar?
How can we configure a session timeout of 4 minutes for LiveAvatar conversations?
Avatar response transcript
When using API from a webpage in full mode, we let the webpage respond on the conversation. So for example when the avatar says "red", an object on the page changes it's color to red. Currently, I only get the avatar transcript AFTER the avatar stops speaking. But I assume your backend already knows what the avatar is going to say, driven by the LLM.
portrait mode.
I am using the embed in portrait mode. I notice the iframe thats embedded is 16/9. is there a way to get the iframe/avatar to go full screen portrait or do I need to do things via the api
# Feature Request: Pause Threshold for Natural Speech Processing
Custom context per conversation
In Interactive Avatar, we have the ability to provide a knowledgebase as an inline string.
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?
Why isn’t there a mode where the avatar simply repeats provided text without requiring context?
Right now, if I want an avatar to repeat written text, the only available option is FULL mode, but that mode requires context as input. As a result, the avatar always generates an opening line, which I don’t want.