├── README.md ├── app-call.php ├── app-functions.php ├── clean_older.php ├── images ├── avatar.png ├── chat.png └── no-picture.png ├── index.php ├── info.php ├── settings.php ├── snapshots ├── h5a-2w-c.png └── h5a-playback.jpg ├── sounds ├── buzz.mp3 ├── call.mp3 ├── error.mp3 ├── hello.mp3 ├── leave.mp3 ├── message.mp3 └── warning.mp3 ├── static ├── css │ ├── 2.4f53f970.chunk.css │ └── main.c308b1b0.chunk.css ├── js │ ├── 2.18e7dc77.chunk.js │ ├── main.75b83baf.chunk.js │ └── runtime-main.5e6501f7.js └── media │ ├── brand-icons.70150a2b.ttf │ ├── brand-icons.83494ca2.svg │ ├── brand-icons.85917bf2.eot │ ├── brand-icons.cac133c0.woff │ ├── brand-icons.dd746785.woff2 │ ├── flags.99f63ae7.png │ ├── icons.2f6dbd9f.eot │ ├── icons.9b4d14a5.ttf │ ├── icons.acc6b6bf.woff2 │ ├── icons.c8a5f741.svg │ ├── icons.e4efd599.woff │ ├── outline-icons.02428635.svg │ ├── outline-icons.6810be1d.eot │ ├── outline-icons.8a7914c9.woff │ ├── outline-icons.a3b4cd30.ttf │ └── outline-icons.a3f7358b.woff2 ├── tips ├── coins1.mp3 ├── coins2.mp3 ├── gift1.png ├── gift2.png ├── gift3.png ├── gift4.png ├── gift5.png └── register.mp3 ├── uploads └── integration.txt └── videos └── hamsterad.mp4 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/README.md -------------------------------------------------------------------------------- /app-call.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/app-call.php -------------------------------------------------------------------------------- /app-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/app-functions.php -------------------------------------------------------------------------------- /clean_older.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/clean_older.php -------------------------------------------------------------------------------- /images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/images/avatar.png -------------------------------------------------------------------------------- /images/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/images/chat.png -------------------------------------------------------------------------------- /images/no-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/images/no-picture.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/index.php -------------------------------------------------------------------------------- /info.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/info.php -------------------------------------------------------------------------------- /settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/settings.php -------------------------------------------------------------------------------- /snapshots/h5a-2w-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/snapshots/h5a-2w-c.png -------------------------------------------------------------------------------- /snapshots/h5a-playback.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/snapshots/h5a-playback.jpg -------------------------------------------------------------------------------- /sounds/buzz.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/buzz.mp3 -------------------------------------------------------------------------------- /sounds/call.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/call.mp3 -------------------------------------------------------------------------------- /sounds/error.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/error.mp3 -------------------------------------------------------------------------------- /sounds/hello.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/hello.mp3 -------------------------------------------------------------------------------- /sounds/leave.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/leave.mp3 -------------------------------------------------------------------------------- /sounds/message.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/message.mp3 -------------------------------------------------------------------------------- /sounds/warning.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/sounds/warning.mp3 -------------------------------------------------------------------------------- /static/css/2.4f53f970.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/css/2.4f53f970.chunk.css -------------------------------------------------------------------------------- /static/css/main.c308b1b0.chunk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/css/main.c308b1b0.chunk.css -------------------------------------------------------------------------------- /static/js/2.18e7dc77.chunk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/js/2.18e7dc77.chunk.js -------------------------------------------------------------------------------- /static/js/main.75b83baf.chunk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/js/main.75b83baf.chunk.js -------------------------------------------------------------------------------- /static/js/runtime-main.5e6501f7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/js/runtime-main.5e6501f7.js -------------------------------------------------------------------------------- /static/media/brand-icons.70150a2b.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/brand-icons.70150a2b.ttf -------------------------------------------------------------------------------- /static/media/brand-icons.83494ca2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/brand-icons.83494ca2.svg -------------------------------------------------------------------------------- /static/media/brand-icons.85917bf2.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/brand-icons.85917bf2.eot -------------------------------------------------------------------------------- /static/media/brand-icons.cac133c0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/brand-icons.cac133c0.woff -------------------------------------------------------------------------------- /static/media/brand-icons.dd746785.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/brand-icons.dd746785.woff2 -------------------------------------------------------------------------------- /static/media/flags.99f63ae7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/flags.99f63ae7.png -------------------------------------------------------------------------------- /static/media/icons.2f6dbd9f.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/icons.2f6dbd9f.eot -------------------------------------------------------------------------------- /static/media/icons.9b4d14a5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/icons.9b4d14a5.ttf -------------------------------------------------------------------------------- /static/media/icons.acc6b6bf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/icons.acc6b6bf.woff2 -------------------------------------------------------------------------------- /static/media/icons.c8a5f741.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/icons.c8a5f741.svg -------------------------------------------------------------------------------- /static/media/icons.e4efd599.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/icons.e4efd599.woff -------------------------------------------------------------------------------- /static/media/outline-icons.02428635.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/outline-icons.02428635.svg -------------------------------------------------------------------------------- /static/media/outline-icons.6810be1d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/outline-icons.6810be1d.eot -------------------------------------------------------------------------------- /static/media/outline-icons.8a7914c9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/outline-icons.8a7914c9.woff -------------------------------------------------------------------------------- /static/media/outline-icons.a3b4cd30.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/outline-icons.a3b4cd30.ttf -------------------------------------------------------------------------------- /static/media/outline-icons.a3f7358b.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/static/media/outline-icons.a3f7358b.woff2 -------------------------------------------------------------------------------- /tips/coins1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/coins1.mp3 -------------------------------------------------------------------------------- /tips/coins2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/coins2.mp3 -------------------------------------------------------------------------------- /tips/gift1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/gift1.png -------------------------------------------------------------------------------- /tips/gift2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/gift2.png -------------------------------------------------------------------------------- /tips/gift3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/gift3.png -------------------------------------------------------------------------------- /tips/gift4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/gift4.png -------------------------------------------------------------------------------- /tips/gift5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/gift5.png -------------------------------------------------------------------------------- /tips/register.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/tips/register.mp3 -------------------------------------------------------------------------------- /uploads/integration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/uploads/integration.txt -------------------------------------------------------------------------------- /videos/hamsterad.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videowhisper/HTML5-Videochat-PHP/HEAD/videos/hamsterad.mp4 --------------------------------------------------------------------------------