Revert "feat(streams): add phase-2 SFU transport handshake and produce/consume APIs"

This reverts commit 498a7f838b7747470b220701505c4bfbd3ea8cff.
This commit is contained in:
2026-02-20 14:00:00 +00:00
parent ef652ea7e5
commit 37d7c27ba0
12 changed files with 65 additions and 1395 deletions

View File

@@ -28,7 +28,6 @@
"drizzle-orm": "^0.44.0",
"express": "^5.2.1",
"helmet": "^8.1.0",
"mediasoup": "^3.15.6",
"minio": "^8.0.6",
"openai": "^6.18.0",
"pg": "^8.18.0",
@@ -47,8 +46,5 @@
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"auth:migrate": "bun run scripts/migrate-better-auth.ts"
},
"trustedDependencies": [
"mediasoup"
]
}
}