feat(call): remove live-captions feature (privacy-inconsistent with E2E, unused)

This commit is contained in:
byGalax
2026-05-17 01:39:42 +02:00
parent 7f704e80f6
commit c9a64bf898
7 changed files with 0 additions and 428 deletions
-11
View File
@@ -160,17 +160,6 @@ function EyeIconInner(props: IconProps) {
}
export const EyeIcon = memo(EyeIconInner);
function CaptionsIconInner(props: IconProps) {
return (
<Base {...props}>
<rect x="3" y="6" width="18" height="12" rx="2" />
<path d="M7 13a2 2 0 1 1 0-2" />
<path d="M14 13a2 2 0 1 1 0-2" />
</Base>
);
}
export const CaptionsIcon = memo(CaptionsIconInner);
function PinOffIconInner(props: IconProps) {
return (
<Base {...props}>