diff --git a/src/hooks/useDigitalHuman.ts b/src/hooks/useDigitalHuman.ts index 1ad7be7..d5f98d3 100644 --- a/src/hooks/useDigitalHuman.ts +++ b/src/hooks/useDigitalHuman.ts @@ -546,7 +546,7 @@ export function useDigitalHuman(options?: { config.connectParams.pullAudioFromRtc = mode === "rtc"; config.connectParams.pickAudioMode = mode === "btn" ? "pressButton" : "free"; - config.connectParams.enableInterrupt = enableInterruptRef.value; + config.connectParams.enableInterrupt = false; } humanInstanceRef.value = new RealTimeHuman(config);