Unable to delete zombie session

Hi team,

We have rooms stuck “Active” for 8–19 hours, several with 0 participants. Sample:

┌──────────────────────┬───────────┬──────────────┐
│ Room │ Duration │ Participants │
├──────────────────────┼───────────┼──────────────┤
│ rlive_6_019deb18-… │ 1,150 min │ 0 │
├──────────────────────┼───────────┼──────────────┤
│ rlive_6_019dec2f-… │ 846 min │ 2 │
├──────────────────────┼───────────┼──────────────┤
│ rlive_6_019dedd3-… │ 387 min │ 0 │
└──────────────────────┴───────────┴──────────────┘

Two issues:

  1. max_session_duration = 1h not enforced.
  2. RoomService.DeleteRoom(name=…) returns success but rooms stay Active. They also don’t appear in ListRooms() responses despite
    showing on the dashboard.

What is your project id?

Sorry forgot to mention in post:

Project Id:
p_c60beyuoquo

I looked up this room name, but I did not see a long session duration. What issue is that causing? Dashboard is not real-time so I expect what you were seeing is a caching issue.

Yes, actually I got to know from the support team that it was an issue on the LiveKit dashboard. From the API, I’m getting the correct data.

@CWilson Thanks