mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
Got the following error on a fresh install ``` wire: /root/ws/livekit-server/pkg/service/interfaces.go:35:2: DeleteRoom redeclared wire: /root/ws/livekit-server/pkg/service/interfaces.go:38:2: other declaration of DeleteRoom wire: generate failed Error: exit status 1 ``` Probably something from the latest `wire` version. After consulting David, removing the duplicate. Testing: -------- - Server builds and runs. Client is able to connect.