mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-12 05:40:18 +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
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
export default getLogger('features/e2ee');
|