spine001
spine001
### I'm having an issue, everything works, but I get a socket issue when running peerjs server in secure mode. I get this error message: **websocket.js:88 WebSocket connection to 'wss://localhost/socket.io/?EIO=4&transport=websocket&sid=GIzVOZeoSyroFUPCAAAA'...
This issue was closed long time ago with no explanation, and it is still happening. The problem is this: We create a key with turnadmin -k -u testinguser -r turnserver.example.com...
the document lines 2-3 asks the reader to read a file but provides no reference to it. After a through search with grep and zgrep after a new installation the...
Link to the linux archive to find the Coturn tar ball is broken. We should have an official link that is valid in the documentation of the projecct. Line 42...
I started by having problems with my firebase security rules, I tested them in the security rules playground, but since my rules depend on the resource.data.userId, they failed with a...
https://developer.mozilla.org/en-US/docs/Web/API/Window/orientationchange_event I humbly suggest the following change to useEffect: ``` useEffect(() => { // window.addEventListener( // 'orientationchange', // updateOrientation // ) window.screen.orientation.onchange = updateOrientation // return () => { //...