mirror of
https://github.com/livekit/livekit.git
synced 2026-05-16 07:15:59 +00:00
4789ae4c7d
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.