WebSocket update
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m26s
Publish to NPM / build-and-publish (release) Successful in 29s

This commit is contained in:
2026-04-10 07:38:52 +02:00
parent dc782003b0
commit 56a0167120
9 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export interface JoinWebsocketRoomReq {
channelId: string
networkId: string
categoryId: string
disableAutoRemove: boolean
}
export interface StreamRegistry {