wip
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user