Skip to content

Temasys/cebu-webrtc-meetup-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milliseconds Matter: Creating Real-time Interactions With Temasys SDKs

How to run this demo

  1. You will need a Temasys App Key for this demo. You can signup for free and get one HERE.

  2. To create an app key, you can follow THIS GUIDE (specifically steps 1 to 4). IMPORTANT: Make sure to include localhost (or your server's IP address) in your CORS Url key settings. Otherwise, the demos wouldn't work.

  3. In each demo folder, replace the apiKey with your new app key.

  4. Run a webserver in the root directory of this repository. My personal favorites:

Ruby 2.x and above

  ruby -run -ehttpd . -p8000

Python 2.x

  python -m SimpleHTTPServer

Python 3.x

  python -m http.server 8000
  1. Visit localhost:8000 in your browser and just click on each link to check out each demo!

  2. You can find more examples here!

NOTE: MCU functionality will not be available in the free plan, so the screensharing demo will not work if you have a free app key.

Resources

About

Demos used for Milliseconds Matter - Cebu, October 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published