Hi,
Anyone working with Pipecat and Heygen interactive avatar? Heygen disconnects after 5 minutes of the session start while talking, not idle. Could not find a way around this. Heygen customer service recommends having activity_idle_timeout, but it doesn't work. It seems that this is a bug in Pipecat itself. Anyone found a way around it?
heyGen = HeyGenVideoService(
api_key=os.getenv("HEYGEN_API_KEY"),
session=session,
session_request=NewSessionRequest(
avatar_id="Katya_Chair_Sitting_public",
version="v2",
quality=AvatarQuality.medium,
activity_idle_timeout=1800 # 30 minutes
),
)
Thanks.