unsetAutoTransferOngoingById(roomId: string) {
        const query = {
            _id: roomId,
        };
        const update = {