We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: