fixing small bug with answering and such
This commit is contained in:
@@ -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),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user