Skip to content

dennismartensson/webrtc.io-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webrtc.io

A library that is to webRTC like socket.io is to WebSockets.

This will eventually be bundled with the server code.

Installation

Currently, webrtc.io depends on socket.io, so include the socket.io client as well. After including socket.io-client, drop in lib/io.js. You'll also need a webrtc.io server running.

Now you can start using webRTC commands with our abstraction.

Usage

rtc.createStream('DOM_id');
rtc.connect('http://yourserveraddress');
rtc.on('ready', function() {
  // all streams are loaded
});

You can set the STUN server by calling rtc.SERVER = "STUN stun.l.google.com:19302" and set your server. The default STUN server used by the library is one from google.

About

drop-in client code for webrtc.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published