Milliseconds Matter: Creating Real-time Interactions With Temasys SDKs
-
You will need a Temasys App Key for this demo. You can signup for free and get one HERE.
-
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. -
In each demo folder, replace the
apiKey
with your new app key. -
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
-
Visit
localhost:8000
in your browser and just click on each link to check out each demo! -
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.