wip
This commit is contained in:
@ -126,7 +126,6 @@ export function useNetworkStatus() {
|
||||
|
||||
useEffect(() => {
|
||||
const onPingPongChange = ({ detail: state }: CustomEvent) => {
|
||||
console.log(state)
|
||||
setPing(state)
|
||||
}
|
||||
|
||||
|
@ -1717,7 +1717,7 @@ export class EngineCommandManager extends EventTarget {
|
||||
cmd: {
|
||||
type: 'reconfigure_stream',
|
||||
...this.streamDimensions,
|
||||
fps: 60,
|
||||
fps: 30,
|
||||
},
|
||||
}
|
||||
this.engineConnection?.send(resizeCmd)
|
||||
|
Reference in New Issue
Block a user