Update environment configurations for local development, add socket.io and uuid dependencies, and refactor session management to support guest IDs for unauthorized users. Enhance ParticipantsPopup and UserCamera components to handle local media permissions and improve user session handling. Update optional authentication middleware to manage guest IDs and session validation.
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
# VITE_API_URL=http://192.168.1.23:3000
|
||||
# VITE_API_URL=http://192.168.1.224:3000
|
||||
VITE_API_URL=https://stream.graff.estate/api
|
||||
VITE_WEBRTC_URL=https://stream.graff.estate
|
||||
VITE_API_URL=http://localhost:3000
|
||||
VITE_WEBRTC_URL=http://localhost:3001
|
||||
# VITE_API_URL=https://stream.graff.estate/api
|
||||
# VITE_WEBRTC_URL=https://stream.graff.estate
|
||||
Reference in New Issue
Block a user