├── .gitattributes ├── .gitignore ├── LICENSE.md ├── README.md └── index.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xem/miniWebRTC/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xem/miniWebRTC/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | CC0 / publ8c domain 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xem/miniWebRTC/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xem/miniWebRTC/HEAD/index.html --------------------------------------------------------------------------------