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

@ -126,7 +126,6 @@ export function useNetworkStatus() {
useEffect(() => { useEffect(() => {
const onPingPongChange = ({ detail: state }: CustomEvent) => { const onPingPongChange = ({ detail: state }: CustomEvent) => {
console.log(state)
setPing(state) setPing(state)
} }

View File

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