Device IDs are bound to a combination of domain and browser.
If
you want to use electron-capture, open this URL on the electron-capture
app.
Click device names to preset them. Select multiple audio inputs by clicking multiple devices.
Check for browser and camera capabilities
here.
🔑 Important Device Information
- Device IDs are security-scoped to specific origins/domains and browsers. They will appear different across domains and after clearing browser data for security reasons.
- Speaker/Output selection requires granting microphone permissions first. Some browsers may require additional permissions.
- For iframes, add
allow="microphone *; camera *"
to enable device access.
- Browser compatibility: Firefox does not support audio output selection via
sinkId
. Safari added partial support in recent versions.
- If device labels appear as "Default" or are missing, you need to grant media permissions before they'll become visible.