-
Clone the repository.
git clone https://github.com/Mupati/laravel-video-chat
-
Install dependencies
composer install && npm install
-
Create your env file from the example.
cp env.example env
-
Add your db details, pusher API keys and TURN SERVER credentials.
php artisan serve
to start the server andnpm run start
to start the frontend.- Create some users using the register page.
- Log in with the users you created.
- Click the link that takes you to the video chat page for both logged in users
- Call a user which is indicated online and receive from the other.