Hi all, I have been successfully playing with the meet.jit.si website for a while. I started looking into how to make it go faster since my computer is very slow.
One thing I noticed using chrome://webrtc-internals is that 2 RTCPeerConnections are created instead of one. Why is that? Can I kill one of them if I use the iframe API?
I should add that in these tests I made it was a p2p connection, no multi-user, so I’d expect a single RTCPeerConnection.
Cheers