Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion miniprogram/packageB/pages/chat-room/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ Page<IChatRoomPageData, IChatRoomCustomOption>({
const liveKey: 'speakerALive' | 'speakerBLive' =
phase === EPhase.SpeakerA ? 'speakerALive' : 'speakerBLive';
const wasRecording: boolean = this.data.isRecording;
const wasRecording: boolean = this.data.isRecording;

// 强制停止语音识别,并在 ASR 完成后发送控制消息并显示切换提示(确保录音结果先到后端)
if (this.asrManager && wasRecording) {
Expand Down
Loading