mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
make "dcEncryptionEnabled" true to encrypt chats
This commit is contained in:
@@ -135,7 +135,7 @@ export const Conference = ({
|
||||
audioOutput: {
|
||||
deviceId: userConfig.audioOutputDeviceId ?? undefined,
|
||||
},
|
||||
e2ee: encryptionEnabled && keyProvider && worker
|
||||
encryption: encryptionEnabled && keyProvider && worker
|
||||
? { keyProvider, worker }
|
||||
: undefined,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user