How browser permissions work

Modern browsers deliberately put you in control of camera and microphone access. A site can ask after you click, but it cannot silently turn devices on or change a blocked browser setting for you.

Nothing you say or show leaves this device.0 network requests carrying media ยท 0 bytes uploaded
See the proof

Watch the live counter. It stays at zero for media uploads while you run a mic, camera, or speaker check.

Verify it yourself. Open DevTools, choose Network, run a test, and look for uploads. In Chrome or Edge press Ctrl+Shift+I. In Firefox press Ctrl+Shift+E.

CSP guardrail. Content-Security-Policy is a browser rule that limits where this page can send data; media is not allowed to leave this page.

Total requests
0
Same-origin
0
Analytics pings
0

The browser owns the prompt

MicAndCam calls the browser's media permission API only after you press a Start button. The browser decides whether to show a prompt, reuse a saved allow setting, or return a blocked error. Websites cannot open the permission pop-up whenever they like, and they cannot change a blocked setting directly.

That design protects you. It also means the fix for a blocked device is usually in the address-bar permission icon, browser settings, or operating-system privacy settings.

Why labels can be vague at first

Before permission is granted, browsers often hide real device names. A camera may appear as a generic video input and a microphone may appear as a default input. After you allow access once, the browser can usually show clearer labels in the device picker.

If labels still look generic, test one device at a time. Speak into the microphone you expect, watch the meter, then switch inputs if the wrong device is moving.

What blocked, missing, and busy mean

Blocked means the browser or operating system refused access. Missing means the browser could not find a matching device. Busy means another app, virtual device, driver, or privacy layer may already be using the hardware.

MicAndCam shows the clearest recovery path it can detect, then gives you a Try again button that runs the same browser request from the right Start control.

FAQ

Can a website open my camera or microphone without asking?

Modern browsers require a secure page and user permission. MicAndCam also waits for a button press before it asks for any device.

Can MicAndCam open my browser settings automatically?

No. Browsers do not let websites change camera or microphone permission settings directly. The page can retry the request and show the exact place to change the setting.

Is an online mic or webcam test safe and private?

It can be when the tool runs locally. MicAndCam analyzes microphone levels, camera preview, snapshots, and recordings in your browser and does not upload media. You can verify this with the live counter or your browser's Network panel.