diff --git a/src/frontend/src/features/rooms/components/Conference.tsx b/src/frontend/src/features/rooms/components/Conference.tsx index e77885c5..bbd72fd5 100644 --- a/src/frontend/src/features/rooms/components/Conference.tsx +++ b/src/frontend/src/features/rooms/components/Conference.tsx @@ -135,7 +135,7 @@ export const Conference = ({ audioOutput: { deviceId: userConfig.audioOutputDeviceId ?? undefined, }, - e2ee: encryptionEnabled && keyProvider && worker + encryption: encryptionEnabled && keyProvider && worker ? { keyProvider, worker } : undefined, }