Hi everyone,
I’m trying to figure out how do I interrupt the generation of encryption keys in my Jitsi-Meet forked core and set my own key when the moderator turns on e2ee.
I managed to find out how to set the media encryption key for the users that join the meeting but I can’t seem to find where I can set the initial one.
I remember that the old version used to have a modal window where you can set your own e2ee key if you wanted to but that seems to have been cut out. I was trying to find any hints to this in the code but no luck so far.
I’m looking for something like externallyManagedKey: true
that is present in the react sdk but I also need to understand where I can actually put my key generation in.
Any help would be very appreciated, thank you in advance.
Related topics:
E2EE Key set up changed
[Documentation on externally managed e2ee? - #3 by damencho](https://Documentation on externally managed E2EE)