From 8f1ec8eeb5dc060206dd06d52826bf5d27db2895 Mon Sep 17 00:00:00 2001 From: yanzizheng Date: Wed, 10 Sep 2025 18:53:20 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/app.js b/Server/app.js index f612853..4cdff8f 100644 --- a/Server/app.js +++ b/Server/app.js @@ -115,7 +115,7 @@ app.use(async ctx => { SceneConfig.botName = VoiceChat?.AgentConfig?.UserId; SceneConfig.isInterruptMode = VoiceChat?.Config?.InterruptMode === 0; SceneConfig.isVision = VoiceChat?.Config?.LLMConfig?.VisionConfig?.Enable; - SceneConfig.isScreenMode = VoiceChat?.Config?.LLMConfig?.VisionConfig?.SnapshoutConfig?.StreamType === 1; + SceneConfig.isScreenMode = VoiceChat?.Config?.LLMConfig?.VisionConfig?.SnapshotConfig?.StreamType === 1; delete RTCConfig.AppKey; return { scene: SceneConfig || {},