fixing small bug with answering and such

This commit is contained in:
talksik
2022-05-19 08:40:22 -05:00
parent b0289e0122
commit b11fc9d38f
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ export default function InitializeWs(io: any) {
const userSocketId = userIdsToSocketIds[req.newbieUserId];
io.to(userSocketId).emit(
ServerResponseChannels.RTC_NEW_USER_JOINED,
ServerResponseChannels.RTC_RECEIVING_MASTER_ANSWER,
new RtcReceiveAnswerResponse(userInfo.userId, req.lineId, req.simplePeerSignal),
);
},