You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks, how do you determine "after everyone has left". Are you trying to delete the room when you get a webhook that the last participant left? Detailed repro steps would be helpful for investigating this further
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: