diff --git a/src/frontend/src/features/rooms/components/Join.tsx b/src/frontend/src/features/rooms/components/Join.tsx index 5561b621..09668b09 100644 --- a/src/frontend/src/features/rooms/components/Join.tsx +++ b/src/frontend/src/features/rooms/components/Join.tsx @@ -753,7 +753,7 @@ export const Join = ({ try { saveVideoInputDeviceId(id) if (videoTrack) { - await await videoTrack.setDeviceId({ exact: id }) + await videoTrack.setDeviceId({ exact: id }) } } catch (err) { console.error('Failed to switch camera device', err)