3560e1756e
- server: /api/ice endpoint reads TURN creds from env (TURN_URLS/USERNAME/CREDENTIAL) - share/connect: load ICE config at page open - fixes: stop icon, bright chat notification, beep audio-unlock, customer screen cleanup on session end, Home link, Remember-me on agent login, Time spent fixed from 90 seconds to actual time spent
11 lines
401 B
JSON
11 lines
401 B
JSON
{
|
|
"name": "bizgaze-support-server",
|
|
"version": "2.0.0",
|
|
"description": "BizGaze Support — remote screen sharing: public landing, agent console, sessions, SSO + webhook for BizGaze integration",
|
|
"main": "server.js",
|
|
"scripts": { "start": "node server.js" },
|
|
"engines": { "node": ">=22.5.0" },
|
|
"dependencies": { "ws": "^8.18.0" },
|
|
"optionalDependencies": { "nodemailer": "^6.9.14" }
|
|
}
|