jhthorsen Add integration with Jitsi audio/video chat
8b057c1 Nov 30, 2020
Add integration with Jitsi audio/video chat
  - Will render Jitsi inside an iframe under /video/#domain/:name
    * https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe
  - Improved rendering of LinkEmbedder link
  - This integration has config and interface_config overrides to limit
    the CPU usage.
    * Details can be found in assets/js/Jitsi.js
    * https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js
    * https://github.com/jitsi/jitsi-meet/blob/master/config.js
  - loadScript() now returns a promise
8b057c1