Update environment configurations for client and server, refactor ControlsPopover to accept session prop, and adjust media handling in UserCamera. Disable buttons based on session state and improve participant popup functionality.

This commit is contained in:
2025-10-28 17:44:11 +05:00
parent 74f511404a
commit 0736a9d0dc
6 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
DATABASE_URL=postgres://postgres:v1sq3vD5faXL@194.26.138.94:5432/stream
JWT_SECRET=b5cf2bd3894fb24191f13dc9dddaeecccc92d0ee298e7ee41c2d0aab51c28fa1
PORT=3000
SOCKET_PORT=3001
PORT=6000
SOCKET_PORT=6001