Skip to content

Simple IONIC Audio/Video Call app using peerJS (WebRTC) to test rtc implementation

Notifications You must be signed in to change notification settings

Commencement-Technology/rtc-video-call

 
 

Repository files navigation

rtc-video-call

Simple IONIC Audio/Video Call app using peerJS (WebRTC) to test rtc implementation

Steps to run this project:

  1. Run :
npm i
  1. Finally Run :
npm start

or if you have ionic cli installed on your machine then

ionic serve --host [YOUR_IP_ADDRESS] --ssl
  1. You can test the app among two browsers. Try to access this link
https://[YOUR_API_ADDRESS]:[SERVER_PORT]

Important !

Check your IP address and make sure your firewall or antivirus is not blocking access.

About

Simple IONIC Audio/Video Call app using peerJS (WebRTC) to test rtc implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.2%
  • SCSS 35.8%
  • HTML 8.1%
  • JavaScript 5.9%