mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Two fixes: 1. Member role (0x663) was missing USE_VIDEO (0x800) and SHARE_SCREEN (0x1000) bits, causing "permission denied" when non-owner users tried to enable camera. Migration 006 updates Member permissions to 0x1E63. 2. checkVideoMode() now checks voice.localCamera immediately instead of waiting for the server's voice_state broadcast, so video grid shows instantly when a single user enables their camera.