#4
All checks were successful
Deploy / deploy (push) Successful in 45s

This commit is contained in:
Никита Круглицкий 2025-10-06 22:52:47 +06:00
parent fb5b42e9db
commit d224ccc52e

View File

@ -136,7 +136,7 @@ export default function (io: SocketServer, router: types.Router) {
socket.data.username = username
socket.data.rtpCapabilities = rtpCapabilities
const joinedSockets = await getJoinedSockets()
const joinedSockets = await getJoinedSockets(socket.id)
cb(joinedSockets.map((s) => {
return {