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:
- max_session_duration = 1h not enforced.
- RoomService.DeleteRoom(name=…) returns success but rooms stay Active. They also don’t appear in ListRooms() responses despite
showing on the dashboard.