diff --git a/examples/nextjs/pages/prejoin.tsx b/examples/nextjs/pages/prejoin.tsx
index 2e3243dee..6f76d4dba 100644
--- a/examples/nextjs/pages/prejoin.tsx
+++ b/examples/nextjs/pages/prejoin.tsx
@@ -8,7 +8,7 @@ const PreJoinExample: NextPage = () => {
return (
);
};
diff --git a/packages/react/src/prefabs/PreJoin.tsx b/packages/react/src/prefabs/PreJoin.tsx
index 87faebcb0..cdf8e369a 100644
--- a/packages/react/src/prefabs/PreJoin.tsx
+++ b/packages/react/src/prefabs/PreJoin.tsx
@@ -21,7 +21,7 @@ import { ParticipantPlaceholder } from '../assets/images';
import { useMediaDevices, usePersistentUserChoices } from '../hooks';
/**
- * @deprecated Use `UserChoices` from `@livekit/components-core` instead.
+ * @deprecated Use `UserChoices` instead.
* @public
*/
export type LocalUserChoices = {
@@ -65,6 +65,7 @@ export interface PreJoinProps
micLabel?: string;
camLabel?: string;
userLabel?: string;
+ /** @deprecated E2EE options will be removed from PreJoin in a future version **/
showE2EEOptions?: boolean;
/**