Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete room via RoomServiceClient #373

Open
andypotato opened this issue Jan 4, 2025 · 0 comments
Open

Unable to delete room via RoomServiceClient #373

andypotato opened this issue Jan 4, 2025 · 0 comments

Comments

@andypotato
Copy link

Using livekit-server-sdk 2.9.4 on NodeJS 20.18.1

Using the RoomServiceClient I try to delete a room immediately after all participants have left. Here is the relevant code:

const rsc = new RoomServiceClient(my_url, my_api_key, my_secret);
await rsc.deleteRoom("the-room-name");
console.log("Room deleted");

The deleteRoom() method will never finish and also never timeout. It will just get stuck there forever.

Other methods like createRoom() or listRooms() will work just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant