Théo Vidal
Théo Vidal
@Madriix @miroslavpejic85 Hello, I solved this problem by changing/adding this code (at [RoomClient.js#L421](https://github.com/Dirvann/mediasoup-sfu-webrtc-video-rooms/blob/master/public/RoomClient.js#L421) and [357](https://github.com/Dirvann/mediasoup-sfu-webrtc-video-rooms/blob/master/public/RoomClient.js#L357)) ```javascript elem = document.createElement('video') let track = stream.getVideoTracks()[0] const newStream = new MediaStream() newStream.addTrack(track) elem.srcObject...
I've the same poroblem too
Hello guys, I did something that works ! Server OS: Windows 10 Pro Docker version 24.0.6, build \ed223bc Go to `C:\Users\\.docker\config.json` ```json { "auths": { "https://index.docker.io/v1/": { "auth": "F876fFfefgfes78fefe78feshfes==" }...