-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for the browser platform #176
base: master
Are you sure you want to change the base?
Conversation
Pulling changes from songz master branch
thanks @CallanIwan, it seems like a better option would be to have a file which loads and evals the latest opentok.min.js from the server, rather than checking in one snapshot that will soon be out of date and need to be maintained. what do you think? |
Yeah that sounds like the better option. The export (module.exports = 2015-05-26 20:33 GMT+02:00 Ankur Oberoi [email protected]:
|
Added downloadOpenTokJS to download the latest version and replace the snapshot in src/browser, it also appends the module export to the opentok.js. Also made the following changes to the iOS SDK download script: - Added a version variable. - added code to remove the downloaded SDK.tar.bz2 after extraction and moving. - added code to remove the empty SDK folder in root after moving.
@aoberoi As you can see in the commit comments I added the requested changes and also made some minor changes to the download of IOS SDK. |
excellent work @CallanIwan, i'm going to review it tomorrow, but I just wanted to say thanks so much. |
When is tomorrow? :-) |
See #119