You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ch3nyang edited this page Jul 8, 2025
·
1 revision
Modify the signaling server address in the client code. In ./client/.env.production, modify VITE_SIGNAL_SERVER_URL to the signaling server address you just deployed.
Modify the STUN and TURN server addresses in the client code. If you have additionally deployed STUN and TURN servers, you can modify iceServers in ./client/src/const.ts to your own STUN and TURN server addresses.