handling toggle tuning in and just tuning in

This commit is contained in:
talksik
2022-05-07 11:23:11 -05:00
parent 8d875ef785
commit c6c592c214
4 changed files with 37 additions and 9 deletions
+2 -1
View File
@@ -144,7 +144,8 @@ export default function InitializeWs(io: any) {
new SomeoneTunedResponse(
req.lineId,
userInfo.userId,
clientUserIdsInRoom
clientUserIdsInRoom,
req.keepTunedIn
)
);
}