PHPJunior / laravel-video-chat

Laravel Video Chat using Socket.IO and WebRTC
MIT License
805 stars 230 forks source link

Demo #9

Closed HDVinnie closed 6 years ago

HDVinnie commented 6 years ago

Is there a demo of this available?

z3r0d4rkn3ss commented 6 years ago

ive not been able to get sockets working or i would have a working demo

vesper8 commented 6 years ago

There is a demo right here https://github.com/PHPJunior/laravel-video-chat-demo

However I have not been able to make it work. If you want to use the WebRTC functionality it looks like you have to set up your own ICE server but there is no explanation on how to do that.

Also despite putting in my pusher credentials and getting my own laravel-echo-server running, I could not get realtime chat to work.

Basically this codebase looked very promising but it's missing some vital instructions and I was unable to find any tutorial online referencing this repo... really wish the author @PHPJunior took the time to write instructions on how to get it fully working in a reproducible manner