send mouse drag over wrtc (#139)
* send mouse drag over wrtc * add more debugging code * wrtc data channel working
This commit is contained in:
@ -138,6 +138,12 @@ export function App() {
|
||||
})
|
||||
}
|
||||
const engineCommandManager = useMemo(() => new EngineCommandManager(setMediaStream), [])
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
engineCommandManager.tearDown()
|
||||
}
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
const asyncWrap = async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user