Refactor ChatPopup to update WebRTC userId upon authentication, enhance identifier logic for message comparison, and localize guest label. Update useWebRTC to include userId update function and adjust API request headers for guestId handling based on authentication status.

This commit is contained in:
2025-10-31 14:40:49 +05:00
parent 000c4caacb
commit 712448b1c5
7 changed files with 51 additions and 15 deletions
+2
View File
@@ -1,4 +1,6 @@
DATABASE_URL=postgres://postgres:v1sq3vD5faXL@194.26.138.94:5432/stream
JWT_SECRET=b5cf2bd3894fb24191f13dc9dddaeecccc92d0ee298e7ee41c2d0aab51c28fa1
# PORT=6000
# SOCKET_PORT=6001
PORT=3000
SOCKET_PORT=3001