David Castro
David Castro
Hello, I have the same problem too. ``` peerConnection.current.addEventListener('ontrack', event => { setRemoteStream(event.stream); }); or peerConnection.current.ontrack = event => { setRemoteStream(event.stream); }; or peerConnection.current.onicecandidate = event => {}; ``` My...
> Current workaround: > > 1. `npm i [email protected]` > 2. patch it with `npx patch-package event-target-shim --exclude 'nothing'` > > ```diff > diff --git a/node_modules/event-target-shim/package.json b/node_modules/event-target-shim/package.json > index 045cf8b..8f8faaa...
> i cannot grant that video can work in simulator but seems to work in two separate real phones devices. Could you share any repository about it? I think this...