Skip to content

ivmos/webrtc-workshop

 
 

Repository files navigation

WebRTC Workshop repo

This repo contains the stuff we´ve used for our WebRTC workshops.

Droidcon-WebRTC (Sergio Gutierrez)

Sample project used in the small talk I gave about WebRTC in Droidcon Madrid

The code is divided in two different parts:

  • www contains all the chat server code. It includes the schema for the tables needed to store session and requests information in SQL format.
  • app contains the sample code for the android app. Keep in mind that it has been simplified to the maximum and in general it's still very unstable, actually, I highly discourage any brave programmer to try to compile it. Instead just read it and keep it as a reference to know how to work with the API provided by WebRTC and how the interactions between peers should be. I also included a stripped version (no video) of the WebRTC library.

The Evnt WebRTC Workshop (Ivan Mosquera Paulo)

Workshop prepared for The Evnt organization with 3 parts:

  • WebRTC sample with copy paste signaling (cpJsApp folder)
  • WebRTC sample using XHR against Sergio's server (xhrJsApp folder)
  • VozDigital talk

http://www.slideshare.net/ivmos/intro-to-web-rtc-and-vozdigital

About

Repo with stuff we´ve used for our WebRTC workshops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.8%
  • PHP 17.9%
  • JavaScript 17.3%