client volumes and dominant client
All checks were successful
Deploy / deploy (push) Successful in 34s

This commit is contained in:
2026-01-29 21:34:46 +06:00
parent 595354b7f0
commit f4fd752448
3 changed files with 38 additions and 5 deletions

View File

@@ -22,8 +22,8 @@ export default fp<Partial<ServerOptions>>(
await fastify.io.close()
})
fastify.ready(() => {
registerWebrtcSocket(fastify.io, fastify.mediasoupRouter)
fastify.ready(async () => {
await registerWebrtcSocket(fastify.io, fastify.mediasoupRouter)
})
},
{ name: 'socket-io', dependencies: ['mediasoup-worker', 'mediasoup-router'] },