Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Emmett c835176a80 fix(mobile): enable mobile browser support by disabling deep-linking
Mobile users were being blocked by a deep-linking page prompting them to
download the Jitsi Meet app. Since this is a self-hosted instance with no
native app, disable deep-linking so users join directly in the browser.

- Set deeplinking.disabled: true in config.js
- Set MOBILE_APP_PROMO: false in interface_config.js
- Fix mobile header background to match purple theme

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 11:22:06 -07:00
Jeff Emmett 0e9c78c86a feat(deploy): add video quality and TURN configuration
- Add .env.example with documented video quality bitrate settings
- Configure VP8/VP9/H264/AV1 codec bitrates for optimal quality
- Add STUN/TURN server configuration for NAT traversal
- Document required firewall rules for media traffic
- Update branding: watermark, variables, interface config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:36:17 +00:00
Jeff Emmett 9f4b09d135 Initial commit: Jeffsi Meet - forked from Jitsi Meet 2026-01-08 19:27:14 +01:00