Back to Projects
Phone-a-friend

Phone-a-friend

A simple video calling app using WebRTC

HTML
Javascript
WebRTC
Project Overview

This was a mvp of a simple video calling app that uses WebRTC to establish a connection between 2 peers and then they can communicate without the need of a server

Project Info

Role

Developer

Completed

November 2024

Technologies

HTML
Javascript
WebRTC
Key Features
  • Link generation for the video call
  • Establishing communication without the use of a server
  • Simple UI
  • Updates such as friend joined, and friend left
Challenges & Solutions
  • Using the WebRTC technology
  • Understanding about ICE-Candidates STUN/TURN servers etc
  • Passing the information to the other user without the use of server