accelerator-sample-apps-js
accelerator-sample-apps-js copied to clipboard
Fixes for IE 11 support
Pull request checklist
- [ ] All tests pass. Demo project builds and runs.
- [ ] I have resolved any merge conflicts. Confirmation: √
What's in this pull request?
This adds support for IE 11. I uses Babel to transpile the JavaScript to ES5. And it changes publisher containers to not be hidden (using z-index instead), since the OpenTok Plugin for IE cannot publish to a hidden container.