adding more logic for tuning in and untuning

This commit is contained in:
talksik
2022-05-14 09:10:18 -05:00
parent ed71591930
commit bc202ba9db
5 changed files with 103 additions and 17 deletions
-1
View File
@@ -109,7 +109,6 @@ export default function InitializeWs(io: any) {
/**
* Notify all connected users when someone UNTUNES from a room
* ?might not be needed, all users' memory of tuned in users is irrelevant? don't need real time? but UI will show # of users tuned in?
*/
socket.on(ServerRequestChannels.UNTUNE_FROM_LINE, async (req: UntuneFromLineRequest) => {
const roomName = `tunedLine:${req.lineId}`;