accelerator-sample-apps-js icon indicating copy to clipboard operation
accelerator-sample-apps-js copied to clipboard

Fixes for IE 11 support

Open jeffswartz opened this issue 5 years ago • 0 comments

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.

jeffswartz avatar Mar 20 '19 19:03 jeffswartz