This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user