This commit is contained in:
lee-at-zoo-corp
2025-03-21 13:04:38 -04:00
parent 955a2ffaf9
commit c32a3edb39
2 changed files with 1 additions and 2 deletions

View File

@ -1717,7 +1717,7 @@ export class EngineCommandManager extends EventTarget {
cmd: {
type: 'reconfigure_stream',
...this.streamDimensions,
fps: 60,
fps: 30,
},
}
this.engineConnection?.send(resizeCmd)