have you tried share the screen , stop share and share again ? its bugging or not in your local?
@mjad72 жыл бұрын
I'm getting an error when trying to use Object.values(me?.connections). It has a strike through the word connections and me?.connections is underlined in red with this error: (property) Peer.connections: Object | undefined @deprecated - Return type will change from Object to Map 'connections' is deprecated.ts(6385)
@mjad72 жыл бұрын
I also forked your code and it has the same error -- I guess they recently deprecated it and want us to keep track of all connections manually and push to our own connections array. Any chance you plan to do an updated video :D
@aleclivinghouse32062 жыл бұрын
@matthewdesanctis445I the issue is that this is using an older version of peer.js. In your client package.json change "peerjs": "^1.3.2", to "peerjs": "1.3.2". The carrot at the beginning of the number makes it install the most recent version that doesn't work with this code.
@IB1899-AF Жыл бұрын
@@mjad7Have you done it?
@JaspreetSingh-l2e Жыл бұрын
i have same error please tell me why it is so
@IB1899-AF Жыл бұрын
@@JaspreetSingh-l2e I haven't solved it, but I think there is a way to keep track of the peer's connection manually
@olgasipatova67142 жыл бұрын
The cover image is 🔥🔥🔥
@apoorvwatsky2 жыл бұрын
Screen sharing works but it doesn't update the screen sharing stream directly for other users in my case. I have to refresh the page. Any idea about this?
@federicogonzalez82862 жыл бұрын
Same problem here :(
@stevereid6362 жыл бұрын
Is it because we're using a ref in the videoPlayer component and it doesn't trigger a re-render when the stream changes?
@huynguyenquoc3692 Жыл бұрын
Anyone fixed it yet? :(
@sangvu81509 ай бұрын
you fixed it yet?
@Mug0732 жыл бұрын
я все ждал момента с заставки)
@codeandbird2 жыл бұрын
мне нужен камерамэн для этого. :D
@mjad72 жыл бұрын
@@codeandbird I'm getting an error when trying to use Object.values(me?.connections). It has a strike through the word connections and me?.connections is underlined in red with this error: (property) Peer.connections: Object | undefined @deprecated - Return type will change from Object to Map 'connections' is deprecated.ts(6385)
@sangvu81509 ай бұрын
@@mjad7 Are you fixed it yet?
@reallifenotes9992 жыл бұрын
thanks from Baku . the bird was distracting me ))
@СафаМуродов2 жыл бұрын
Ждем продолжения )
@dimalukashenko48652 жыл бұрын
Good content. Thanks
@angkhoabui9558 Жыл бұрын
thanks sir for this tutorial :))
@johnstorm5892 жыл бұрын
Great content
@vadimnv8608 Жыл бұрын
😀😀😀 дракон топ)
@talhakhan44232 жыл бұрын
i want to implement webrtc in php project is it possible?
@alimirhashimli272728 күн бұрын
no
@sangvu81509 ай бұрын
Screen sharing works but it doesn't update the screen sharing stream directly for other users in my case. I have to refresh the page. Any idea about this?