Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 914 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 914 Bytes

Video Chat Application With Laravel

Project Setup

  1. Clone the repository.
    git clone https://github.com/Mupati/laravel-video-chat

  2. Install dependencies
    composer install && npm install

  3. Create your env file from the example.
    cp env.example env

  4. Add your db details, pusher API keys and TURN SERVER credentials.

Running the Application

  1. php artisan serve to start the server and npm run start to start the frontend.
  2. Create some users using the register page.
  3. Log in with the users you created.
  4. Click the link that takes you to the video chat page for both logged in users
  5. Call a user which is indicated online and receive from the other.

Incoming Call UI

Incoming Call

Video Chat Session

Video Chat