https://github.com/mattmakai/video-demo
https://github.com/mattmakai/video-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattmakai/video-demo
- Owner: mattmakai
- Created: 2015-06-21T22:05:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T22:31:08.000Z (about 10 years ago)
- Last Synced: 2025-02-13T12:54:04.553Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.twilio.com/video
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video demo
1. Make sure you have access to [Twilio Video beta](https://www.twilio.com/video).1. Change the `window.accessToken` line in `demo.js` to the access token
generated on the
[Twilio video quickstart page](https://www.twilio.com/user/account/video/getting-started).1. From the base directory of this project, fire up a local HTTP server. For
example with Python 2 you can do this easy with this command:python -m SimpleHTTPServer 8000
1. Head to http://localhost:8000/ and check out the demo in action.
1. Work through [step-1](https://github.com/makaimc/video-demo/tree/step-1),
[step-2](https://github.com/makaimc/video-demo/tree/step-2) and
[step-3](https://github.com/makaimc/video-demo/tree/step-3) tags to
understand how to build up the demo.