feat: room search, room options sheet, .htaccess for E2EE
- Rooms screen: inline search filter with toggle — replaces the no-op button - Chat screen: room options sheet — member list, invite, leave room - rooms_repository: remove debug prints - web/.htaccess: COOP+COEP headers for SharedArrayBuffer / LiveKit E2EE worker (was on production but missing from source; adds it to build output automatically) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
web/.htaccess
Normal file
6
web/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
# Required for SharedArrayBuffer — needed by LiveKit E2EE frame encryption.
|
||||
# Without COOP+COEP, the LiveKit E2EE web worker cannot be created.
|
||||
<IfModule mod_headers.c>
|
||||
Header set Cross-Origin-Opener-Policy "same-origin"
|
||||
Header set Cross-Origin-Embedder-Policy "require-corp"
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user