Arp-G / simple-wrtc-demo

Simple WebRTC video calling demo

Home Page:https://arpanghoshal3.medium.com/webrtc-basic-concepts-and-creating-a-simple-video-call-app-1460fc9ef17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleWrtcDemo

Example code for the WebRTC blog.

Demo of the working app

ezgif-4-66fb15a4389c

You need to connect to the WebRTC session from two different browsers, which would then share video and audio P2P using WebRTC.

To start the app

  • Clone this repository
  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

Simple WebRTC video calling demo

https://arpanghoshal3.medium.com/webrtc-basic-concepts-and-creating-a-simple-video-call-app-1460fc9ef17


Languages

Language:Elixir 69.0%Language:JavaScript 27.1%Language:HTML 3.0%Language:CSS 0.9%