Hi,
A room session is permanently stuck in Active / In progress in the Cloud console after a successful DeleteRoom call. The room no longer exists server-side, but the session record was never finalized.
- Room session ID:
RM_Xd9jZsyUQkWU - Room name:
conv_9e1b12e7-7557-493f-81fd-1e4365cf8859
Confirmed server-side the room is gone: ListRooms filtered by that room name returns no results, and an unfiltered ListRooms for the project returns 0 rooms. Repeat DeleteRoom calls succeed but don’t change the record.
Could you finalize/close this orphaned session record? Also curious whether this is a known race between DeleteRoom and session finalization, since it leaves the dashboard misreporting active sessions.
Thanks