debug
This commit is contained in:
parent
f4d8087228
commit
9318d28a21
@ -91,7 +91,7 @@ io.on('connection', (socket) => {
|
||||
if (user) {
|
||||
addVideo({ room: user.room, videoID });
|
||||
|
||||
io.to(user.room).emit('onPlayerState', data, time);
|
||||
socket.to(user.room).emit('onPlayerState', data, time);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user