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());