Discussions

Ask a Question
Back to all

HeyGen Interactive Avatar times out after 30s, even after specifying it not to.

Hey there,


I'm using the HeyGen Interactive Avatar API, and its timing out after 30s so I increased it to 5 minutes. However, it's still timing out at 30s. Any ideas why?


      
      const sessionData = await avatar.createStartAvatar({
        avatarName: 'June_HR_public',
        quality: 'high',
        activityIdleTimeout: 300 // 5 minutes in seconds
      });
      sessionIdRef.current = sessionData.session_id;

Thanks!