Skip to content

altanai/webrtc_quickstart

Repository files navigation

WebRTC Quick Start

npm install webrtcdevelopment

create certs

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

start server

http-server -S

download the lib - webrtcdevelopment.js

wget https://raw.githubusercontent.com/altanai/webrtc/master/client/build/webrtcdevelopment.js

download the style - webrtcdevelopment.css

wget https://raw.githubusercontent.com/altanai/webrtc/master/client/build/webrtcdevelopment.css

Open chrome browser and goto

https://localhost:8080/#59343317443672426

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published