Example of full mesh webrtc network?

:waving_hand:

And I can’t seem to find any tutorials on how to do this that aren’t either several peers on one page

Do you want your peers to be on different pages?

As for tutorials, I’m not sure they are necessary since there isn’t much to webrtc api, you can read through it on WebRTC API - Web APIs | MDN in a few hours probably, the explanations are quite clear there.

Here’s samples/src/content/peerconnection/multiple at gh-pages · webrtc/samples · GitHub a sample project with multiple peer connections.