Discussions

Ask a Question
Back to all

Disable auto session timeout

Hi,

I am working with Heyen interactive avatar (old system). I want to disable idle timeout (2 minutes) and also want to keep avatar silent until user interacts. Currently its keep saying "are we still in touch, i''l be closing in 20 sec ....". I have set 🙂
disableIdleTimeout: true,
activityIdleTimeout: 3600,
await avatar.current.startVoiceChat({ useSilencePrompt: true });

Still, its's keep closing session after 2 minutes. Could you please help me out?