- Experiment ID
2026-07-windows-camera-mic-permissions- Experiment Type
- apex / user
- Analysis Summary
- Checks real Windows camera and microphone permissions before Discord uses those devices.
- Why It Matters
- This can make voice/video call setup fail more clearly when OS permissions are missing, instead of treating device access as available until a later error.
- It may also make some users see a system permission or settings flow earlier.
- Detailed Description
- By default, the desktop permission helper still treats Windows as always permitted.
- In the experiment path, Windows camera and microphone access goes through the native permission check instead, so call or camera flows can request permission or send the user to the relevant Windows privacy settings when access is blocked.
- Linux remains bypassed in the current consumer, so the observed change is specifically for Windows desktop.
- The exact user-facing copy and trigger timing are not confirmed from strings in this window.
- Focus Area
- Windows call permission checks
- Importance
- medium
- Default Config
{
"checkPermissionsEnabled": false
}- Variations
{
"1": {
"checkPermissionsEnabled": true
}
}