Files
jitsi-meet/react/features/e2ee/components/index.js
Saúl Ibarra Corretgé cb6fbb0f03 e2ee: add UI elements
* Add dialog to set the E2EE key
* Use the Redux action / middleware to update the key even when set through the
  hash parameter
* Cleanup URL after processing the key so it's not recorded in browser history
2020-04-16 20:25:56 +02:00

3 lines
108 B
JavaScript

export { default as E2EEButton } from './E2EEButton';
export { default as E2EEDialog } from './E2EEDialog';