Skip to content

minimum webrtc demo, provide signaling server and client

Notifications You must be signed in to change notification settings

17x/webrtc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC-demo

A Webrtc simplest usage sample, providing signaling server side and client side.

check the project and npm install package.json in two directories separately. then read the following.

server side:

run server script in the package.json

change your local client test site address in IOOptions.cors

client side:

run dev script in the package.json

open your address postfix with /RTCBasic.html in the browser

beware I set only two user by user-agent detection, that means you can only using one web device and one mobile device to access this site, i.e. first user access from the web and another one come from the mobile.

ensure your media devices( both camera and microphone ) connected and working stably. access the test site over https protocol.

you can check all log outputs in the devtool console.

About

minimum webrtc demo, provide signaling server and client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published