Live video on the AT Protocol

Update js/app/components/mobile/ui.tsx

Co-authored-by: Eli Mallon <eli@stream.place>

authored by natalie Eli Mallon and committed by Natalie Bridgers 44688490 c7749e78

-1
-1
js/app/components/mobile/ui.tsx
··· 379 379 const setFullscreen = usePlayerStore((x) => x.setFullscreen); 380 380 const { toggleRotation, canRotate, currentOrientation } = useRotation(); 381 381 382 - console.log("rotation", canRotate, currentOrientation); 383 382 384 383 const [showVolumeSlider, setShowVolumeSlider] = useState(false); 385 384