├── README.md └── SimpleVideoChat ├── README.md ├── package.json ├── public ├── index.html └── webrtc.js ├── server.js └── ssl ├── cert.pem └── key.pem /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/README.md -------------------------------------------------------------------------------- /SimpleVideoChat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/README.md -------------------------------------------------------------------------------- /SimpleVideoChat/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/package.json -------------------------------------------------------------------------------- /SimpleVideoChat/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/public/index.html -------------------------------------------------------------------------------- /SimpleVideoChat/public/webrtc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/public/webrtc.js -------------------------------------------------------------------------------- /SimpleVideoChat/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/server.js -------------------------------------------------------------------------------- /SimpleVideoChat/ssl/cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/ssl/cert.pem -------------------------------------------------------------------------------- /SimpleVideoChat/ssl/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dimircea/WebRTC/HEAD/SimpleVideoChat/ssl/key.pem --------------------------------------------------------------------------------