Properly lock display name via config override + DOM mutation observer

Fixkamo-meet
Shipped
March 29, 2026 at 5:25 AM UTC
Author
Kamo
Commit
377e3e1

Three-layer approach to ensure name is locked for authenticated users: 1. localStorage flag 'kamo-meet-authenticated' survives the OTK→JWT redirect 2. After redirect, overrides window.config.readOnlyName=true via polling interval (catches when Meet loads the config object) 3. MutationObserver finds #premeeting-name-input and sets readOnly, disabled, and overrides the value property descriptor to block changes Also added credentials:'include' to all fetch calls for proper cookie handling during OTK validation and JWT generation.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing