mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 20:47:49 +00:00
* 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
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
export { default as E2EEButton } from './E2EEButton';
|
|
export { default as E2EEDialog } from './E2EEDialog';
|