1
I need to develop a tool that allows you to live from a single pc to several others in a virtual room. For this purpose I use webRTC https://webrtc.org/start/ In a simple way I can already make the pc pick up the video and audio. but I can’t transmit them. Someone could give me a north?
Yes possible! Check out this link: https://webrtc.github.io/samples/src/content/peerconnection/multiple/
– Felipe