Serverless webrtc media chat using just browser. Goal is that if users can share SDP with each other, they should be able to communicate with each other using just these two html files.
- https://design.ubuntu.com/brand/colour-palette/
- https://marketplace.visualstudio.com/items?itemName=SuperPaintman.monokai-extended
- Channel : https://www.youtube.com/channel/UC_ML5xP23TOWKUcc-oAE_Eg
- This channel has a great introduction to WebRTC
- https://www.youtube.com/watch?v=FExZvpVvYxA
- https://github.com/hnasr/javascript_playground/blob/master/webrtc/peerB.js
- Basic coneection establishment is taken from here.