From 87629309dd9ecca144ed74d6a6f911e664114218 Mon Sep 17 00:00:00 2001 From: xjs Date: Tue, 8 Apr 2025 12:02:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E5=89=8D=E5=85=88=E5=85=B3=E9=97=AD=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/useCommon.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/useCommon.ts b/src/lib/useCommon.ts index 232d00d..a184486 100644 --- a/src/lib/useCommon.ts +++ b/src/lib/useCommon.ts @@ -70,6 +70,8 @@ export const useJoin = (): [ const listeners = useRtcListeners(); const handleAIGCModeStart = async () => { + + await RtcClient.stopAudioBot(); if (room.isAIGCEnable) { await RtcClient.stopAudioBot(); dispatch(clearCurrentMsg());