- Experiment ID
2026-08-video-guard- Experiment Type
- apex / user
- Analysis Summary
- Shows camera, screen-share, and connected-call notices when video features are restricted in a region.
- Why It Matters
- Affected users cannot start camera video or screen sharing and see a policy-specific explanation instead of a generic device error.
- The change separates joining a call from the availability of its video features.
- Detailed Description
- The default state keeps the existing camera and screen-share availability flow.
- Both comparison variants set video availability to false and replace camera or screen-share attempts with regional restriction messaging.
- A manager also registers a one-time banner after a voice or video call connects.
- English strings from the same period explicitly attribute the restriction to a Brazilian government order, while the current config does not expose a difference between the two variants.
- Focus Area
- Regional video and screen-share restrictions
- Importance
- high
- Default Config
{
"videoEnabled": true
}- Variations
{
"1": {
"videoEnabled": false
},
"2": {
"videoEnabled": false
}
}