diff --git a/src/app/features/room/RoomViewHeader.tsx b/src/app/features/room/RoomViewHeader.tsx index 7b1c634c3..43fa4f9bd 100644 --- a/src/app/features/room/RoomViewHeader.tsx +++ b/src/app/features/room/RoomViewHeader.tsx @@ -414,14 +414,9 @@ function CallButton() { ref={triggerRef} aria-label="Start call" onClick={handleOpenMenu} - onContextMenu={(evt) => { - evt.preventDefault(); - startCall(room, { - microphone: true, - video: true, - sound: true, - }); - }} + // Gitea #25 — removed an undiscoverable onContextMenu shortcut that + // started a camera-on video call directly, bypassing cameraOnJoin and + // the room camera policy. The popout menu already offers Voice/Video. disabled={inAnotherCall || callStarted} aria-pressed={!!menuAnchor} >